Właściwość HttpProtocol.DefaultLogonDomain
Pobiera lub ustawia domena logowania dla punktu końcowego HTTP.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DefaultLogonDomain As String
Get
Set
'Użycie
Dim instance As HttpProtocol
Dim value As String
value = instance.DefaultLogonDomain
instance.DefaultLogonDomain = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DefaultLogonDomain { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ DefaultLogonDomain {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DefaultLogonDomain : string with get, set
function get DefaultLogonDomain () : String
function set DefaultLogonDomain (value : String)
Wartość właściwości
Typ: System.String
A String wartość określająca domena logowania.
Uwagi
DefaultLogonDomain Właściwość jest wymagana tylko wtedy, gdy HttpAuthenticationModes właściwość jest zestaw na wartość podstawowych.