QuickOPC User's Guide and Reference
Namespace Property (_XmlQualifiedName2)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Xml.ComTypes Namespace > _XmlQualifiedName2 Interface : Namespace Property
Syntax
'Declaration
 
<NotNullAttribute()>
Property Namespace As String
'Usage
 
Dim instance As _XmlQualifiedName2
Dim value As String
 
instance.Namespace = value
 
value = instance.Namespace
[NotNull()]
string Namespace {get; set;}
[NotNull()]
property String^ Namespace {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also