Visavi Visual OPC .NET  

IOpcItemAttributes.ItemID Property

Gets the ItemID for the IOpcItem.

[Visual Basic]
Public Property ItemID As String

[C#]
public string ItemID {get;}

[C++]
public: __property String get_ItemID();

[JScript]
public function get ItemID() : String;

Property Value

String representing ItemID for the IOpcItem.

Exceptions

Exception Type Condition
COMException A call to one of the IOPCEnumItemAttributes methods to the OPC Server failed with the error specified in the COMException.ErrorCode.

Remarks

For more information on the OPC Item ID, refer to the OPC Item ID excerpt from the OPC DA Specification.

 

Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

IOpcItemAttributes Interface | IOpcItemAttributes Members | Visavi.Opc.Client Namespace