CmsRecipientCollection Properties
.NET Framework 4.5
The CmsRecipientCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | The Count property retrieves the number of items in the CmsRecipientCollection collection. |
|
IsSynchronized | The IsSynchronized property retrieves whether access to the collection is synchronized, or thread safe. This property always returns false, which means that the collection is not thread safe. |
|
Item | The Item property retrieves the CmsRecipient object at the specified index in the collection. |
|
SyncRoot | The SyncRoot property retrieves an Object object used to synchronize access to the CmsRecipientCollection collection. |