Opc.Ua.Core
NamespaceUri Property (DiagnosticInfo)



Opc.Ua Namespace > DiagnosticInfo Class : NamespaceUri Property
The index of the namespace uri in the string table.
Syntax
'Declaration
 
<DataMemberAttribute(Order=2, IsRequired=False)>
Public Property NamespaceUri As Integer
'Usage
 
Dim instance As DiagnosticInfo
Dim value As Integer
 
instance.NamespaceUri = value
 
value = instance.NamespaceUri
[DataMember(Order=2, IsRequired=false)]
public int NamespaceUri {get; set;}
[DataMember(Order=2, IsRequired=false)]
public:
property int NamespaceUri {
   int get();
   void set (    int 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

DiagnosticInfo Class
DiagnosticInfo Members