C# Class Opc.Ua.Com.ComServerDescription

Stores the description of a COM server.
ファイルを表示 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_oe property

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

Description public_oe property

The description for thr server.
public string Description
return string

ProgId public_oe property

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

Url public_oe property

The URL for the server.
public string Url
return string

VersionIndependentProgId public_oe property

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