BlogAdminWebPart.IListWebPart.ViewFlags property
Used to determine the SPViewFlags for the web part. SPViewFlags determine the type of content the web part will view. Implementation is for IListWebPart.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
<WebBrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
Private Property ViewFlags As SPViewFlags
Implements IListWebPart.ViewFlags
Get
Set
'Usage
Dim instance As BlogAdminWebPart
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 web part's SPViewFlags.