AuthenticationSection.Mode Property
.NET Framework 3.0
Gets or sets the authentication modality.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Property Mode As AuthenticationMode 'Usage Dim instance As AuthenticationSection Dim value As AuthenticationMode value = instance.Mode instance.Mode = value
/** @property */ public AuthenticationMode get_Mode () /** @property */ public void set_Mode (AuthenticationMode value)
public function get Mode () : AuthenticationMode public function set Mode (value : AuthenticationMode)
Not applicable.
Property Value
One of the AuthenticationMode values.Community Additions
ADD
Show: