MetadataPackageKeys Property |
Gets a collection of the metadata property names.
Namespace: GroupDocs.Metadata.CommonAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic IReadOnlyList<string> Keys { get; }
Public ReadOnly Property Keys As IReadOnlyList(Of String)
Get
public:
property IReadOnlyList<String^>^ Keys {
IReadOnlyList<String^>^ get ();
}
member Keys : IReadOnlyList<string> with get
Property Value
Type:
IReadOnlyListStringA collection of the metadata property names.
See Also