Share via


SignInButton.SignOutTextProperty property

A dependency property identifier that indicates the text to display on the sign-in button after the user has signed out, as specified by the value of the SignOutText property.

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 DependencyProperty SignOutTextProperty { get; set; }
Public Property SignOutTextProperty As DependencyProperty

Property value

Type: DependencyProperty

A dependency property identifier, which can be set through data binding, styling, and inheritance.

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

See also

SignInButton

SignOutText