HostDistributionRule.IsCommitted Property
Gets or sets a value that indicates whether the HostDistributionRule is committed.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property IsCommitted As Boolean
Get
Set
'Usage
Dim instance As HostDistributionRule
Dim value As Boolean
value = instance.IsCommitted
instance.IsCommitted = value
public bool IsCommitted { get; set; }
Property Value
Type: System.Boolean
true if the HostDistributionRule is committed; otherwise, false.