The IProperties type exposes the following members.
Properties
Type | Name | Description |
---|---|---|
![]() | Count | Gets the number of elements contained in the ICollection. (Inherited from ICollection.) |
![]() | IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.) |
![]() | Item |
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.
|
![]() | SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.) |