IWpfAccountPicker.SelectedAccount Property

Definition

Gets or sets the account being selected for the account picker control.

public:
 property System::Object ^ SelectedAccount { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ SelectedAccount { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object SelectedAccount { get; set; }
member this.SelectedAccount : obj with get, set
Public Property SelectedAccount As Object

Property Value

The account.

Applies to