Visavi Visual OPC .NET  

OpcBarmeter.ItemID Property

Gets or sets a the ItemID indicating to which item to bind the control.

[Visual Basic]
Public Property ItemID As String

[C#]
public string ItemID {get; set;}

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

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

Property Value

String representing ItemID of the IOpcItem. The default value is "".

Exceptions

Exception Type Condition
COMException The call (IOPCItemMgt::SetItemIDState) to the OPC Server failed with the error specified in the COMException.ErrorCode.

Remarks

For a more in-depth discussion of the Item ID, refer to the OPC Item ID excerpt from the OPC Data Access Specification.

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

See Also

OpcBarmeter Class | OpcBarmeter Members | Visavi.Opc.Client.Forms Namespace