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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BrowsableAttribute(False)> _
<WebBrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
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
[BrowsableAttribute(false)]
[WebBrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
SPViewFlagsIListWebPart.ViewFlags { get; set; }
Property Value
Type: Microsoft.SharePoint.SPViewFlags
The type of the content.
Implements
Remarks
This member is an interface member implementation. It can be used only when the BlogMonthQuickLaunch instance is cast to an IListWebPart interface.