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