'Declaration
<DataMemberAttribute()> <DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DefaultValueAttribute("")> <NotNullAttribute()> Public Shadows Property Namespace As String
'Usage
Dim instance As XmlQualifiedName2 Dim value As String instance.Namespace = value value = instance.Namespace
[DataMember()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] [NotNull()] public new string Namespace {get; set;}
[DataMember()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] [NotNull()] public: new property String^ Namespace { String^ get(); void set ( String^ value); }