BrowserFormWebPart.IListWebPart.ViewFlags Property
Gets or sets the type of content to be displayed by the current Web Part.
Namespace: Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Private Property ViewFlags As SPViewFlags
Implements IListWebPart.ViewFlags
Get
Set
'Usage
Dim instance As BrowserFormWebPart
Dim value As SPViewFlags
value = CType(instance, IListWebPart).ViewFlags
CType(instance, IListWebPart).ViewFlags = value
SPViewFlags IListWebPart.ViewFlags { get; set; }
Property Value
Type: Microsoft.SharePoint.SPViewFlags
An object that specifies the type of content that the Web Part displays.
Implements
Remarks
This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.