ChooseContactDialog.ChooseContactOnly Property
3/29/2010
Gets or sets a value indicating whether the user is limited to choosing just a Contact, or choosing a property of a specified Contact.
Namespace: Microsoft.WindowsMobile.Forms
Assembly: Microsoft.WindowsMobile.Forms (in microsoft.windowsmobile.forms.dll)
Syntax
public bool ChooseContactOnly { get; set; }
'Declaration
Public Property ChooseContactOnly As Boolean
Remarks
If true, the returned property is the first non-blank property in RequiredProperties. ChoosePropertyOnly and ChooseContactOnly cannot both be set to true. In the event that both are set to true, setting ChooseContactOnly to true will automatically set ChoosePropertyOnly to false
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