SPWebApplication.MetaWeblogEnabled property

Gets or sets a Boolean value that specifies whether to enable the MetaWeblog API for the Web application.

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

Syntax

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

value = instance.MetaWeblogEnabled

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

Property value

Type: System.Boolean
true if the MetaWeblog API should be enabled for the Web application; otherwise, false.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace