Click or drag to resize

IPropertyBag Properties

The IPropertyBag type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements contained in the ICollectionT.
(Inherited from ICollectionKeyValuePairString, Object)
Public propertyIsReadOnlyGets a value indicating whether the ICollectionT is read-only.
(Inherited from ICollectionKeyValuePairString, Object)
Public propertyItemGets or sets the element with the specified key.
(Inherited from IDictionaryString, Object)
Public propertyKeysGets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
(Inherited from IDictionaryString, Object)
Public propertyValuesGets an ICollectionT containing the values in the IDictionaryTKey, TValue.
(Inherited from IDictionaryString, Object)
Top
See Also