'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;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).