Opc.Ua.Core
NamespaceUris Property (TransportChannelSettings)



Opc.Ua Namespace > TransportChannelSettings Class : NamespaceUris Property
Gets or sets a reference to the table of namespaces for the server.
Syntax
'Declaration
 
Public Property NamespaceUris As NamespaceTable
'Usage
 
Dim instance As TransportChannelSettings
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);
}
Remarks
This is a thread safe object that may be updated by the application at any time. This table is used to lookup the NamespaceURI for the DataTypeEncodingId when decoding ExtensionObjects. If the NamespaceURI can be found the decoder will use the Factory to create an instance of a .NET object. The raw data is passed to application if the NamespaceURI cannot be found or there is no .NET class associated with the DataTypeEncodingId then.
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

TransportChannelSettings Class
TransportChannelSettings Members
Factory Property