SignInControl.SignInButtonType 属性

Gets or sets the ButtonType of the sign-in button.

命名空间: Microsoft.IdentityModel.Web.Controls
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)

用法

    Dim instance As SignInControl
Dim value As ButtonType

value = instance.SignInButtonType

instance.SignInButtonType = value

语法

声明
<DefaultValueAttribute(ButtonType.Image)> _
Public Overridable Property SignInButtonType As ButtonType
[DefaultValueAttribute(ButtonType.Image)] 
public virtual ButtonType SignInButtonType { get; set; }
[DefaultValueAttribute(ButtonType::Image)] 
public:
virtual property ButtonType SignInButtonType {
    ButtonType get ();
    void set (ButtonType value);
}
/** @property */
public ButtonType get_SignInButtonType ()

/** @property */
public void set_SignInButtonType (ButtonType value)
public function get SignInButtonType () : ButtonType

public function set SignInButtonType (value : ButtonType)

线程安全

此类型的任何公共静态(在 Visual Basic 中为 Shared)成员都是线程安全的。但不能保证任何实例成员是线程安全的。

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

请参见

参考

SignInControl 类
SignInControl 成员
Microsoft.IdentityModel.Web.Controls 命名空间