The following tables list the members exposed by UANamespaceQualified.
Public Fields
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsStandard | Determines whether the entity resides in the standard OPC UA namespace. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | NamespaceIndex | Namespace index. Can be used to determine the namespace instead of namespace URI. Not recommended. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | NamespaceUri | Namespace URI. Determines the namespace of the qualified name or node Id. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | NamespaceUriString | Namespace URI string. Determines the namespace of the qualified name or node Id. |
Top
Public Methods
Extension Methods
| Name | Description |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | 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