Public Methods
Clone | Creates a new object that is a copy of the current instance.
DISPID (Dispatch ID):
For more information, see Clone in .NET Reference. |
Equals | Determines whether the specified object is equal to the current object.
DISPID (Dispatch ID):
For more information, see Equals in .NET Reference. |
GetHashCode | Returns a hash code for the current object.
DISPID (Dispatch ID):
For more information, see GetHashCode in .NET Reference. |
GetObjectData |
DISPID (Dispatch ID):
For more information, see GetObjectData in .NET Reference. |
GetType | Gets the Type of the current instance.
DISPID (Dispatch ID):
For more information, see GetType in .NET Reference. |
Public Properties
AliasName | Name of the alias to be used in place of this object. Empty string if the object is not aliased.
DISPID (Dispatch ID):
For more information, see AliasName in .NET Reference. |
Authority | An authority part of the resource URI.
DISPID (Dispatch ID):
For more information, see Authority in .NET Reference. |
DescriptorString | A string that represents the resource descriptor or its relevant parts.
DISPID (Dispatch ID):
For more information, see DescriptorString in .NET Reference. |
DisplayString | The display string for the current object.
DISPID (Dispatch ID): 0
For more information, see ToString in .NET Reference. |
Fragment | The fragment portion of the URI.
DISPID (Dispatch ID):
For more information, see Fragment in .NET Reference. |
host | The Domain Name System (DNS) host name or IP address of a server.
DISPID (Dispatch ID):
For more information, see Host in .NET Reference. |
IsAliased | Determines whether this object is aliased.
DISPID (Dispatch ID):
For more information, see IsAliased in .NET Reference. |
IsNull | Determines whether the resource descriptor is null.
DISPID (Dispatch ID):
For more information, see IsNull in .NET Reference. |
NetworkSecurity | Security settings used when connecting to the endpoint.
DISPID (Dispatch ID):
For more information, see NetworkSecurity in .NET Reference. |
password | The password associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation!
DISPID (Dispatch ID):
For more information, see Password in .NET Reference. |
Path | The path to the resource referenced by the URI.
DISPID (Dispatch ID):
For more information, see Path in .NET Reference. |
PathAndQuery | Gets the concatenated Path and Query properties.
DISPID (Dispatch ID):
For more information, see PathAndQuery in .NET Reference. |
port | The port number of the URI.
DISPID (Dispatch ID):
For more information, see Port in .NET Reference. |
prefix | A scheme name followed by a colon. An empty string if there is no scheme.
DISPID (Dispatch ID):
For more information, see Prefix in .NET Reference. |
Query | The query information included in the URI.
DISPID (Dispatch ID):
For more information, see Query in .NET Reference. |
Scheme | The scheme name of the URI.
DISPID (Dispatch ID):
For more information, see Scheme in .NET Reference. |
SchemeAndAuthority | Gets the Scheme and Authority properties separated by a colon (:) and double forward slash (//) as needed.
DISPID (Dispatch ID):
For more information, see SchemeAndAuthority in .NET Reference. |
ToString | Returns a string that represents the current object.
DISPID (Dispatch ID):
For more information, see ToString in .NET Reference. |
UrlString | A URL string of the resource.
DISPID (Dispatch ID):
For more information, see UrlString in .NET Reference. |
UserInfo | Gets the UserName and Password properties separated by a colon (:). Not normally used with OPC UA - see the documentation!
DISPID (Dispatch ID):
For more information, see UserInfo in .NET Reference. |
UserName | The user name associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation!
DISPID (Dispatch ID):
For more information, see UserName in .NET Reference. |
See Also