Share via


SignInButton.ClientId property

Specifies the client ID for the registered app.

ClientId is a dependency property that is backed by ClientIdProperty. This property is available only for Windows Phone.

Syntax

public string ClientId { get; set; }
Public Property ClientId As String

Property value

Type: String

A string that represents the app's client ID.

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