Name | Description | |
---|---|---|
AliasName | When non-empty, specifies the name of the alias that will be used in place of this object. | |
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 ":". | |
DescriptorString | A string that represents the resource descriptor or its relevant parts. | |
Fragment | The fragment portion of the URI. | |
Host | The Domain Name System (DNS) host name or IP address of a server. | |
IsAliased | Determines whether this object is aliased. | |
IsNull | Determines whether the resource descriptor is null. | |
Null | A null resource descriptor (contains an empty URL string). | |
Password | The password associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation! | |
Path | The path to the resource referenced by the URI. | |
PathAndQuery | Gets the concatenated Path and Query properties. | |
Port | The port number of the URI. | |
Prefix | A scheme name followed by a colon. An empty string if there is no scheme. | |
Query | The query information included in the URI. | |
Scheme | The scheme name of the URI. | |
SchemeAndAuthority | Gets the Scheme and Authority properties separated by a colon (:) and double forward slash (//) as needed. | |
Url | Gets or sets the System.Uri instance for this resource descriptor. | |
UrlString | A URL string of the resource. | |
UserInfo | Gets the UserName and Password properties separated by a colon (:). Not normally used with OPC UA - see the documentation! | |
UserName | The username associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation! |