The IProperties type exposes the following members.

ToggleProperties

Type NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
(Inherited from ICollection.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ICollection.)
Public propertyItem
Access the Properties collection by property name. This version will return the intrinsic value, such as IDocument, String, or DateTime, as opposed to the value wrapped in an IProperty. To get the value as an IProperty use the GetProperty() method.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ICollection.)

ToggleSee Also