For a list of all members of this type, see ObjectDescriptor members.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AliasName | When non-empty, specifies the name of the alias that will be used in place of this object. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Authority | Holds an optional user-information part, terminated with "@" (e.g. username:password@); a hostname (e.g., domain name or IP address); and an optional port number, preceded by a colon ":". |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Clsid | Contains the CLSID of the object. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ClsidString | Contains the CLSID string of the object. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | DefaultClsid | Default CLSID. Equals to System.Guid.Empty. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | DefaultComInstantiationParameters | Default COM instantiation parameters. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | DefaultUrl | Default URI. Represents "dcom:". |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DescriptorString | Overridden. A string that represents the resource descriptor or its relevant parts. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Fragment | The fragment portion of the URI. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | HasClsid | Determines whether CLSID for the object is given in this descriptor. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | HasProgId | Determines whether ProgID for the object is given in this descriptor. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Host | The Domain Name System (DNS) host name or IP address of a server. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsAliased | Determines whether this object is aliased. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsNull | Determines whether the object descriptor is null. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Location | The object's location. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MachineName | Name of the machine. Determines the computer on which the object is located. It may be an empty string, in which case the object is assumed to exist on the local computer or at the computer specified for it by DCOM configuration. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | NetworkSecurity | Security settings used when connecting to the endpoint. (Inherited from OpcLabs.BaseLib.EndpointDescriptor) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Null | A null object descriptor (contains an empty machine name and an empty server class). |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ObjectId | Contains the object ID, i.e. ProgID, {CLSID}, or ProgID/{CLSID}. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Password | The password associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation! |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Path | The path to the resource referenced by the URI. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | PathAndQuery | Gets the concatenated Path and Query properties. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Port | The port number of the URI. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Prefix | A scheme name followed by a colon. An empty string if there is no scheme. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ProgId | Contains ProgID of the object. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Query | The query information included in the URI. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Scheme | The scheme name of the URI. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SchemeAndAuthority | Gets the Scheme and Authority properties separated by a colon (:) and double forward slash (//) as needed. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ServerClass | Contains {CLSID} (if given), or ProgID of the object. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ServerProgram | Contains ProgID (if given), or {CLSID} of the object. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ShortUrl | A short URL of the resource. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ShortUrlString | A short URL string of the resource. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Url | Gets or sets the System.Uri instance for this resource descriptor. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | UrlString | A URL string of the resource. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | UserInfo | Gets the UserName and Password properties separated by a colon (:). Not normally used with OPC UA - see the documentation! |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | UserName | The username associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation! |
Top
Protected Properties
See Also