The AppViaStampCollectiontype exposes the following members.

Properties

  Name Description
Public property Count The Countproperty contains the total number of stamps in the collection.
Public property IsReadOnly The IsReadOnlyproperty indicates whether the collection is read-only, always true.
Public property IsSynchronized The IsSynchronizedproperty indicates whether access to the collection is synchronized.
Public property Item The Itemproperty contains the AppViaStamp element at the specified index. In C#, this property is the indexer for the AppViaStampCollection class.
Public property SyncRoot The SyncRootproperty contains an object that is used to synchronize access to the collection. This implementation always returns the current instance of the AppViaStampCollection object.
Top

See also