Freigeben über


SPWebApplication.MetaWeblogAuthenticationEnabled-Eigenschaft

Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob Sie den Benutzernamen und das Kennwort aus der MetaWeblog-API annehmen.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MetaWeblogAuthenticationEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.MetaWeblogAuthenticationEnabled

instance.MetaWeblogAuthenticationEnabled = value
public bool MetaWeblogAuthenticationEnabled { get; set; }

Eigenschaftswert

Typ: System.Boolean
true Wenn Sie den Benutzernamen und das Kennwort wird aus der MetaWeblog-API akzeptiert; false Wenn die aktuell konfigurierte Authentifizierung in SharePoint Foundation verwendet wird.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace