ContactEndpointCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of endpoint identifiers available to a signed in user.
The ContactEndpointCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Returns number of contact endpoints in the collection. | |
IsReadOnly | ||
Item | Given an index, returns or updates an item in the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add(ContactEndpoint) | Adds an contact endpoint to the collection. | |
Add(ContactEndpointType, String) | Adds an contact endpoint to the collection. | |
Clear | Removes all contact endpoints from the collection. | |
Contains | ||
CopyTo | ||
CreateObjRef | (inherited from MarshalByRefObject) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetEnumerator | ||
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetType | (inherited from Object) | |
IndexOf | Return the index of the contact endpoint in the collection. | |
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
Insert | ||
MemberwiseClone() | (inherited from Object) | |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) | |
Remove | ||
RemoveAt | ||
ToString | (inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top