'Declaration
<DataMemberAttribute()> <NotNullAttribute()> Public Shadows Property Namespace As String
'Usage
Dim instance As XmlQualifiedName2 Dim value As String instance.Namespace = value value = instance.Namespace
[DataMember()] [NotNull()] public new string Namespace {get; set;}
[DataMember()] [NotNull()] public: new property String^ Namespace { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.