Gets the keys in XMP package.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic virtual DictionaryTKey, TValueKeyCollection Keys { get; }
Public Overridable ReadOnly Property Keys As DictionaryTKey, TValueKeyCollection
Get
public:
virtual property DictionaryTKey, TValueKeyCollection^ Keys {
DictionaryTKey, TValueKeyCollection^ get ();
}
abstract Keys : DictionaryTKey, TValueKeyCollection with get
override Keys : DictionaryTKey, TValueKeyCollection with get
Property Value
Type:
DictionaryTKey, TValueKeyCollection
The keys in XMP package.
See Also