QuickOPC User's Guide and Reference
_ResourceDescriptor Interface Properties

OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComTypes Namespace : _ResourceDescriptor Interface

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

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

Reference

_ResourceDescriptor Interface
OpcLabs.BaseLib.ComTypes Namespace