ViewSearchForm.View property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property View As String
Get
Set
'Usage
Dim instance As ViewSearchForm
Dim value As String
value = instance.View
instance.View = value
public string View { get; set; }
Property value
Type: System.String