PropertyBagValues Property |
Gets a collection of property values from the
PropertyBag.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.3
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
ICollectionObjectImplements
IDictionaryTKey, TValueValues
See Also