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