ArcFM Responder Mobile Developer Guide
ProtectiveDeviceClassIDs Property (IMMElectricTraceSettingsEx)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610743812)>
Property ProtectiveDeviceClassIDs As System.Object
'Usage
 
Dim instance As IMMElectricTraceSettingsEx
Dim value As System.Object
 
instance.ProtectiveDeviceClassIDs = value
 
value = instance.ProtectiveDeviceClassIDs
[System.Runtime.InteropServices.DispId(1610743812)]
System.object ProtectiveDeviceClassIDs {get; set;}
read-write property ProtectiveDeviceClassIDs: System.TObject; 
System.Runtime.InteropServices.DispIdAttribute(1610743812)
function get,set ProtectiveDeviceClassIDs : System.Object
[System.Runtime.InteropServices.DispId(1610743812)]
__property System.Object* get_ProtectiveDeviceClassIDs();
__property void set_ProtectiveDeviceClassIDs( 
   System.Object* value
);
[System.Runtime.InteropServices.DispId(1610743812)]
property System.Object^ ProtectiveDeviceClassIDs {
   System.Object^ get();
   void set (    System.Object^ value);
}
Requirements

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

See Also

Reference

IMMElectricTraceSettingsEx Interface
IMMElectricTraceSettingsEx Members

Send Feedback