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