AppViaStampCollection
This class implements the IEnumerable and ICollection interfaces.
The AppViaStampCollection class is derived from the System.Object class.
Public Methods
The AppViaStampCollection class has the following public methods.
Method |
Description |
---|---|
Copies the entire AppViaStampCollection to a compatible one-dimensional array, starting at the specified index of the target array. |
|
Inherited from System.Object. Determines whether the specified System.Object is equal to the current System.Object. |
|
Obtains an enumerator for the stamp collection. |
|
Inherited from System.Object. Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
|
Inherited from System.Object. Gets the System.Type of the current instance. |
|
Inherited from System.Object. Returns a System.String that represents the current System.Object. |
Public Properties
The AppViaStampCollection class has the following public properties.
Property |
Description |
---|---|
Data type: Int32 Access type: Read-only Contains the total number of AppViaStamp objects in the collection. |
|
Data type: Boolean Access type: Read-only Indicates whether the collection is read-only. |
|
Data type: Boolean Access type: Read-only Indicates whether access to the collection is synchronized. |
|
Data type: AppViaStamp Access type: Read-only Contains the AppViaStamp element at the specified index. In C#, this property is the indexer for the AppViaStampCollection class. |
|
Data type: Object Access type: Read-only Contains an object used to synchronize access to the collection. This implementation always returns the current instance of the AppViaStampCollection object. |
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)