QueryLogSettings.TenantDailyLimit property
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property TenantDailyLimit As Integer
Get
Set
'Usage
Dim instance As QueryLogSettings
Dim value As Integer
value = instance.TenantDailyLimit
instance.TenantDailyLimit = value
public int TenantDailyLimit { get; set; }
Property value
Type: System.Int32