CadAppIdDictionaryKeysTyped Property |
Gets the strongly typed collection of keys.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public ICollection<string> KeysTyped { get; }
Public ReadOnly Property KeysTyped As ICollection(Of String)
Get
public:
property ICollection<String^>^ KeysTyped {
ICollection<String^>^ get ();
}
member KeysTyped : ICollection<string> with get
Property Value
Type:
ICollectionString
The strongly typed keys collection.
See Also