XmpPackageXmlNamespace Property |
Gets the XML namespace.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic string XmlNamespace { get; }
Public ReadOnly Property XmlNamespace As String
Get
public:
property String^ XmlNamespace {
String^ get ();
}
member XmlNamespace : string with get
Property Value
Type:
String
The XML namespace.
See Also