ContactsViewType.FinalName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.