Share via


ChooseContactDialog.SelectedContact Property

3/29/2010

Gets or sets the Contact.

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

Syntax

public Contact SelectedContact { get; set; }
'Declaration
Public Property SelectedContact As Contact

Remarks

If ChoosePropertyOnly is true, then SelectedContact sets the Contact from which the user selects a property.

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