Namespace: Microsoft.IdentityModel.Web.Controls
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim value As IButtonControl

value = Me.SignInButton

Me.SignInButton = value

Syntax

Visual Basic
Protected Property SignInButton As IButtonControl
C#
protected IButtonControl SignInButton { get; set; }
C++
protected:
property IButtonControl^ SignInButton {
		IButtonControl^ get ();
		void set (IButtonControl^ value);
}
J#
/** @property */
protected IButtonControl get_SignInButton ()

/** @property */
protected void set_SignInButton (IButtonControl value)
JScript
protected function get SignInButton () : IButtonControl

protected function set SignInButton (value : IButtonControl)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also