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
SPViewFlagsIListWebPart.ViewFlags { get; set; }

Property value

Type: Microsoft.SharePoint.SPViewFlags
An object that specifies the type of content that the Web Part displays.

Implements

IListWebPart.ViewFlags

Remarks

This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.

See also

Reference

BrowserFormWebPart class

BrowserFormWebPart members

Microsoft.Office.InfoPath.Server.Controls.WebUI namespace