AcceptedDomain.PendingRemoval property
Gets or sets a value that indicates whether the domain is in the process of being removed.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property PendingRemoval As Boolean
Get
Set
'Usage
Dim instance As AcceptedDomain
Dim value As Boolean
value = instance.PendingRemoval
instance.PendingRemoval = value
public bool PendingRemoval { get; set; }
Property value
Type: System.Boolean
true if the domain is being removed; otherwise, false.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace