C# Class Opc.Ua.Com.ComServerDescription

Stores the description of a COM server.
Show file Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Properties

Property Type Description
Clsid System.Guid
Description string
ProgId string
Url string
VersionIndependentProgId string

Property Details

Clsid public property

The CLSID for thr server.
public Guid,System Clsid
return System.Guid

Description public property

The description for thr server.
public string Description
return string

ProgId public property

The programmatic identifier for the server.
public string ProgId
return string

Url public property

The URL for the server.
public string Url
return string

VersionIndependentProgId public property

The version independent programmatic identifier for the server.
public string VersionIndependentProgId
return string