The following tables list the members exposed by UANamespaceQualified.
Public Fields
| Name | Description |
 | DefaultNamespaceIndex | Default value of the NamespaceIndex property. Equals to zero.
The value of this constant is 0. |
 | DefaultNamespaceUriString | Default namespace URI string. Equals to an empty string.
The value of this constant is "" (String.Empty). |
 | StandardNamespaceIndex | Index of standard namespace. Equals to zero.
The value of this constant is 0. |
 | StandardNamespaceUriString | Standard namespace URI string used by OPC Foundation. Equals to "http://opcfoundation.org/UA/".
The value of this constant is "http://opcfoundation.org/UA/". |
Top
Public Properties
| Name | Description |
 | IsStandard | Determines whether the entity resides in the standard OPC UA namespace. |
 | NamespaceIndex | Namespace index. Can be used to determine the namespace instead of namespace URI. Not recommended. |
 | NamespaceUri | Namespace URI. Determines the namespace of the qualified name or node Id. |
 | NamespaceUriString | Namespace URI string. Determines the namespace of the qualified name or node Id. |
Top
Public Methods
Extension Methods
| Name | Description |
 | SetState<TNode> | Sets the arbitrary object associated with the node. |
Top
Public Operators
Equality | Determines whether the two objects are equal. |
Greater Than | Determines whether one object should be considered greater than the second object for ordering purposes. |
Inequality | Determines whether the two objects are not equal. |
Less Than | Determines whether one object should be considered less than the second object for ordering purposes. |
Top
See Also