TypeIdentifier.XmlNamespace Property
Gets the XML namespace of this type.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property XmlNamespace As String
Get
public string XmlNamespace { get; }
public:
property String^ XmlNamespace {
String^ get ();
}
member XmlNamespace : string
function get XmlNamespace () : String
Property Value
Type: System.String
The XML namespace of this type. If this property is set, the type name is a simple name in the namespace.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.