XmlnsDefinitionAttribute.XmlNamespace Property

Definition

Gets a String that represents the name of the XML namespace of the decorated class.

public:
 property System::String ^ XmlNamespace { System::String ^ get(); };
public string XmlNamespace { get; }
member this.XmlNamespace : string
Public ReadOnly Property XmlNamespace As String

Property Value

A String that represents the name of the XML namespace of the decorated class.

Applies to