OPC Labs EasyOPC “Classic” Library
ServerElement Object Members
Overview 
OpcLabs_EasyOpcClassic ActiveX DLL : ServerElement Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Public Properties
OPC server's class identifier (CLSID).

 

DISPID (Dispatch ID):

 

For more information, see Clsid in .NET Reference.

Contains the CLSID string of the server.

 

DISPID (Dispatch ID):

 

For more information, see ClsidString in .NET Reference.

User readable name for the OPC server.

 

DISPID (Dispatch ID):

 

For more information, see Description in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

The server's location.

 

DISPID (Dispatch ID):

 

For more information, see Location in .NET Reference.

A string value indicating the programmatic identifier (ProgID) of the OPC server.

 

DISPID (Dispatch ID):

 

For more information, see ProgId in .NET Reference.

Information about which specifications the OPC server claims to support.

 

DISPID (Dispatch ID):

 

For more information, see ServerCategories in .NET Reference.

A string usable for identification of the OPC server when passed to other methods.

 

DISPID (Dispatch ID):

 

For more information, see ServerClass in .NET Reference.

Determines the OPC technology used.

 

DISPID (Dispatch ID):

 

For more information, see Technology in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

A URL string of the server.

 

DISPID (Dispatch ID):

 

For more information, see UrlString in .NET Reference.

An unescaped URL string of the server.

 

DISPID (Dispatch ID):

 

For more information, see UrlStringUnescaped in .NET Reference.

Vendor name.

 

DISPID (Dispatch ID):

 

For more information, see Vendor in .NET Reference.

Version-independent programmatic identifier of the OPC server application.

 

DISPID (Dispatch ID):

 

For more information, see VersionIndependentProgId in .NET Reference.

See Also

ServerElement Object