XmpComplexTypePrefixes Property |
Gets the namespace prefixes that are used in the
XmpComplexType instance.
Namespace: GroupDocs.Metadata.Standards.XmpAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic string[] Prefixes { get; }
Public ReadOnly Property Prefixes As String()
Get
public:
property array<String^>^ Prefixes {
array<String^>^ get ();
}
member Prefixes : string[] with get
Property Value
Type:
StringThe namespace prefixes.
See Also