SignInButton.SignOutText property
The text to display on the sign-in button after the user has signed out. This property is used only if the value of TextType is set to Custom; otherwise, it is ignored.
SignOutText is a dependency property that is backed by SignOutTextProperty.
Note
This member is available only for Windows Phone apps. For Windows Store apps, use LiveAuthClient.LoginAsync to build a sign-in control.
Syntax
public string SignOutText { get; set; }
Public Property SignOutText As string
Property value
Type: string
A string that represents the button's sign-out text.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8 |
Namespace |
Microsoft.Live.Controls |
Assembly |
Microsoft.Live.Controls.dll |