XmpPackagePrefix Property |
Gets the xmlns prefix.
Namespace: GroupDocs.Metadata.Standards.XmpAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic 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