PropertyBag.Values Property |
Gets a collection of property values from the
PropertyBag.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntaxpublic ICollection<Object> Values { get; }
Public ReadOnly Property Values As ICollection(Of Object)
Get
public:
virtual property ICollection<Object^>^ Values {
ICollection<Object^>^ get () sealed;
}
abstract Values : ICollection<Object> with get
override Values : ICollection<Object> with get
Property Value
ICollection<Object>Implements
IDictionary<TKey, TValue>.Values
See Also