Share via


BlogMonthQuickLaunch.IListWebPart.ViewFlags property

Gets or sets the type of content to be displayed.

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

Syntax

'Declaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
<WebBrowsableAttribute(False)> _
Private Property ViewFlags As SPViewFlags
    Implements IListWebPart.ViewFlags
    Get
    Set
'Usage
Dim instance As BlogMonthQuickLaunch
Dim value As SPViewFlags

value = CType(instance, IListWebPart).ViewFlags

CType(instance, IListWebPart).ViewFlags = value
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
[WebBrowsableAttribute(false)]
SPViewFlagsIListWebPart.ViewFlags { get; set; }

Property value

Type: Microsoft.SharePoint.SPViewFlags
The type of the content.

Implements

IListWebPart.ViewFlags

Remarks

This member is an interface member implementation. It can be used only when the BlogMonthQuickLaunch instance is cast to an IListWebPart interface.

See also

Reference

BlogMonthQuickLaunch class

BlogMonthQuickLaunch members

Microsoft.SharePoint.WebPartPages namespace