Propriedade HttpAuthentication.Type
Optional. Specifies the authentication type
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Uso
'Uso
Dim instance As HttpAuthentication
Dim value As HttpAuthenticationType
value = instance.Type
instance.Type = value
Sintaxe
'Declaração
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)
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe HttpAuthentication
Membros HttpAuthentication
Namespace Microsoft.WindowsAzure.Scheduler.Models