ContactsViewType.FinalName Property

Definition

The FinalName property sets the last name in a contacts list to return in a FindItem response. This property is optional.

public:
 property System::String ^ FinalName { System::String ^ get(); void set(System::String ^ value); };
public string FinalName { get; set; }
Public Property FinalName As String

Property Value

The FinalName property returns the name of the final contact to return.

Remarks

If the FinalName property is not set, the response will contain all subsequent contacts in the specified sort order. If the specified final name is not in the contacts list, the next alphabetical name as defined by the cultural context will be excluded.

Applies to