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