SPWebApplication.MetaWeblogAuthenticationEnabled property
Gets or sets a Boolean value that specifies whether to accept the user name and password from the MetaWeblog API.
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; }
Property value
Type: System.Boolean
true if the user name and password is accepted from the MetaWeblog API; false if the currently configured authentication in SharePoint Foundation is used.