次の方法で共有


ContactsViewType Members

Include Protected Members
Include Inherited Members

The ContactsViewType class represents the settings that are used to return contact items based on their alphabetical display names.

The ContactsViewType type exposes the following members.

Constructors

  Name Description
Public method ContactsViewType The ContactsViewType constructor initializes a new instance of the ContactsViewType class.

Top

Properties

  Name Description
Public property FinalName The FinalName property sets the last name in a contacts list to return in a FindItem response. This property is optional.
Public property InitialName The InitialName property sets the first name in a contacts list to return in a FindItem response. This property is optional.
Public property MaxEntriesReturned The MaxEntriesReturned property gets or sets the maximum number of results to return in a FindItem response. (Inherited from BasePagingType.)
Public property 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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top