AcceptedDomain.IsInCorporation Property
When overridden in a derived class, the IsInCorporation property gets a Boolean value that indicates whether the domain represented by the instance of the class derived from the AcceptedDomain class is in the Active Directory directory service forest of the server.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property IsInCorporation As Boolean
public abstract bool IsInCorporation { get; }
public:
virtual property bool IsInCorporation {
bool get () abstract;
}
/** @property */
public abstract boolean get_IsInCorporation ()
public abstract function get IsInCorporation () : boolean
Property Value
The IsInCorporation property returns true if the domain is in the Active Directory forest of the server; otherwise, the property returns false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003