AppViaStampCollection

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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

AppViaStampCollection.CopyTo

Copies the entire AppViaStampCollection to a compatible one-dimensional array, starting at the specified index of the target array.

Equals(Object)

Inherited from System.Object. Determines whether the specified System.Object is equal to the current System.Object.

AppViaStampCollection.GetEnumerator

Obtains an enumerator for the stamp collection.

GetHashCode()

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.

GetType()

Inherited from System.Object. Gets the System.Type of the current instance.

ToString()

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

AppViaStampCollection.Count

Data type: Int32

Access type: Read-only

Contains the total number of AppViaStamp objects in the collection.

AppViaStampCollection.IsReadOnly

Data type: Boolean

Access type: Read-only

Indicates whether the collection is read-only.

AppViaStampCollection.IsSynchronized

Data type: Boolean

Access type: Read-only

Indicates whether access to the collection is synchronized.

AppViaStampCollection.Item

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.

AppViaStampCollection.SyncRoot

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 Office Communications Server 2007 R2.

**Namespace:**Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

AppViaStamp

Message.Stamp