Login.LoginButtonCommandName Field

Definition

Represents the command name associated with the login button.

public: static initonly System::String ^ LoginButtonCommandName;
public static readonly string LoginButtonCommandName;
 staticval mutable LoginButtonCommandName : string
Public Shared ReadOnly LoginButtonCommandName As String 

Field Value

Remarks

LoginButtonCommandName is a read-only field and the default value is "Login". This value is passed to the OnBubbleEvent, and if the value is "Login", the control attempts to log in the current user.

Applies to

See also