QuickOPC User's Guide and Reference
ResourceDescriptor Class Properties


OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace : ResourceDescriptor Class

For a list of all members of this type, see ResourceDescriptor members.

Public Properties
 NameDescription
Public PropertyWhen non-empty, specifies the name of the alias that will be used in place of this object.  
Public PropertyHolds 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 PropertyA string that represents the resource descriptor or its relevant parts.  
Public PropertyThe fragment portion of the URI.  
Public PropertyThe Domain Name System (DNS) host name or IP address of a server.  
Public PropertyDetermines whether this object is aliased.  
Public PropertyDetermines whether the resource descriptor is null.  
Public Propertystatic (Shared in Visual Basic)A null resource descriptor (contains an empty URL string).  
Public PropertyThe password associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation!  
Public PropertyThe path to the resource referenced by the URI.  
Public PropertyGets the concatenated Path and Query properties.  
Public PropertyThe port number of the URI.  
Public PropertyA scheme name followed by a colon. An empty string if there is no scheme.  
Public PropertyThe query information included in the URI.  
Public PropertyThe scheme name of the URI.  
Public PropertyGets the Scheme and Authority properties separated by a colon (:) and double forward slash (//) as needed.  
Public PropertyGets or sets the System.Uri instance for this resource descriptor.  
Public PropertyA URL string of the resource.  
Public PropertyGets the UserName and Password properties separated by a colon (:). Not normally used with OPC UA - see the documentation!  
Public PropertyThe user name associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation!  
Top
Protected Properties
 NameDescription
Protected PropertyInfrastructure.  
Protected PropertyInfrastructure.  
Protected PropertyInfrastructure.  
Protected PropertyInfrastructure.  
Top
See Also

Reference

ResourceDescriptor Class
OpcLabs.BaseLib Namespace