BrowserFormWebPart.IListWebPart.ViewId Property

Gets or sets the view identifier for 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 ViewId As Integer Implements IListWebPart.ViewId
    Get
    Set
'Usage
Dim instance As BrowserFormWebPart
Dim value As Integer

value = CType(instance, IListWebPart).ViewId

CType(instance, IListWebPart).ViewId = value
int IListWebPart.ViewId { get; set; }

Property Value

Type: System.Int32
The identifier of the view that is associated with the current Web Part.

Implements

IListWebPart.ViewId

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