ChooseContactDialog.RequiredProperties Property

3/29/2010

Gets or sets the ContactProperty array values that allow you to filter the list of Contacts that appear in the Contact Chooser dialog box. Only those contacts that have data in one or more of the required properties will appear in the Contact Chooser dialog box—and only the required properties appear in the Property Chooser dialog box.

Namespace: Microsoft.WindowsMobile.Forms
Assembly: Microsoft.WindowsMobile.Forms (in microsoft.windowsmobile.forms.dll)

Syntax

public ContactProperty[] RequiredProperties { get; set; }
'Declaration
Public Property RequiredProperties As ContactProperty()

Remarks

For a list of property values that you can use, see ContactProperty enumeration.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

ChooseContactDialog Class
ChooseContactDialog Members
Microsoft.WindowsMobile.Forms Namespace