Gets a collection of property names from the
PropertyBag.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public ICollection<string> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of String)
Get
public:
virtual property ICollection<String^>^ Keys {
ICollection<String^>^ get () sealed;
}
abstract Keys : ICollection<string> with get
override Keys : ICollection<string> with get
Property Value
ICollectionStringImplements
IDictionaryTKey, TValueKeysSee Also