Login.LoginButtonCommandName Field
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.