BrowserFormWebPart.DefaultView property
Gets or sets the name of the default view of the form template displayed in the Web Part.
Namespace: Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Property DefaultView As String
Get
Set
'Usage
Dim instance As BrowserFormWebPart
Dim value As String
value = instance.DefaultView
instance.DefaultView = value
public string DefaultView { get; set; }
Property value
Type: System.String
The name of the default view of the form.