PropertyBag.Keys Property |
Gets a collection of property names from the
PropertyBag.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
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
ICollection<String>Implements
IDictionary<TKey, TValue>.Keys
See Also