ControlMessage.showForViewerUsers property
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public ReadOnly Property showForViewerUsers As Boolean
Get
'Usage
Dim instance As ControlMessage
Dim value As Boolean
value = instance.showForViewerUsers
public bool showForViewerUsers { get; }
Property value
Type: System.Boolean