IWpfAccountPicker.SelectedAccount 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.
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.