HttpAuthentication.Type Property

Optional. Specifies the authentication type

Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Usage

'Usage
Dim instance As HttpAuthentication
Dim value As HttpAuthenticationType

value = instance.Type

instance.Type = value

Syntax

'Declaration
Public Property Type As HttpAuthenticationType
public HttpAuthenticationType Type { get; set; }
public:
property HttpAuthenticationType Type {
    HttpAuthenticationType get ();
    void set (HttpAuthenticationType value);
}
/** @property */
public HttpAuthenticationType get_Type ()

/** @property */
public void set_Type (HttpAuthenticationType value)
public function get Type () : HttpAuthenticationType

public function set Type (value : HttpAuthenticationType)

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 Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

HttpAuthentication Class
HttpAuthentication Members
Microsoft.WindowsAzure.Scheduler.Models Namespace