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