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
intIListWebPart.ViewId { get; set; }
Property value
Type: System.Int32
The identifier of the view that is associated with the current Web Part.
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.