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