ContactsViewType Members
The ContactsViewType class represents the settings that are used to return contact items based on their alphabetical display names.
The following tables list the members exposed by the ContactsViewType type.
Public Constructors
Name | Description | |
---|---|---|
ContactsViewType | The ContactsViewType constructor initializes a new instance of the ContactsViewType class. |
Top
Public Properties
Name | Description | |
---|---|---|
FinalName | The FinalName property sets the last name in a contacts list to return in a FindItem response. This property is optional. | |
InitialName | The InitialName property sets the first name in a contacts list to return in a FindItem response. This property is optional. | |
MaxEntriesReturned | The MaxEntriesReturned property gets or sets the maximum number of results to return in a FindItem response.(inherited from BasePagingType) | |
MaxEntriesReturnedSpecified | The MaxEntriesReturnedSpecified property gets or sets a Boolean value that specifies whether the MaxEntriesReturned property is serialized into the SOAP request.(inherited from BasePagingType) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top