Gets a collection of property names from the
PropertyBag.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.3.1
Syntaxpublic 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
Type:
ICollectionStringImplements
IDictionaryTKey, TValueKeys
See Also