Miner.Interop Namespace > IMMSecCktEnumConductor Interface : ConductorByID Property |
'Declaration
<System.Runtime.InteropServices.DispIdAttribute(1610678275)> ReadOnly Property ConductorByID( _ ByVal varID As System.Object _ ) As IMMSecCktConductor
'Usage
Dim instance As IMMSecCktEnumConductor Dim varID As System.Object Dim value As IMMSecCktConductor value = instance.ConductorByID(varID)
[System.Runtime.InteropServices.DispId(1610678275)] IMMSecCktConductor ConductorByID( System.object varID ) {get;}
read-only property ConductorByID( varID: System.TObject ): IMMSecCktConductor;
System.Runtime.InteropServices.DispIdAttribute(1610678275) function get ConductorByID( varID : System.Object ) : IMMSecCktConductor
[System.Runtime.InteropServices.DispId(1610678275)] __property IMMSecCktConductor* get_ConductorByID( System.Object* varID );
[System.Runtime.InteropServices.DispId(1610678275)] property IMMSecCktConductor^ ConductorByID { IMMSecCktConductor^ get(System.Object^ varID); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2