Opc.Ua.Core
NamespaceUris Property (ServiceMessageContext)



Opc.Ua Namespace > ServiceMessageContext Class : NamespaceUris Property
Syntax
'Declaration
 
Public Property NamespaceUris As NamespaceTable
'Usage
 
Dim instance As ServiceMessageContext
Dim value As NamespaceTable
 
instance.NamespaceUris = value
 
value = instance.NamespaceUris
public NamespaceTable NamespaceUris {get; set;}
public:
property NamespaceTable^ NamespaceUris {
   NamespaceTable^ get();
   void set (    NamespaceTable^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServiceMessageContext Class
ServiceMessageContext Members