QuickOPC User's Guide and Reference
XmlNs Property (CompositeDataType)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > CompositeDataType Class : XmlNs Property
Infrastructure.
Syntax
'Declaration
 
<NotNullAttribute()>
Protected MustOverride Shadows ReadOnly Property XmlNs As String
'Usage
 
Dim instance As CompositeDataType
Dim value As String
 
value = instance.XmlNs
[NotNull()]
protected abstract new string XmlNs {get;}
[NotNull()]
protected:
abstract new property String^ XmlNs {
   String^ get();
}
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