FederatedOrganizationIdWithDomainStatus.Domains property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property Domains As MultiValuedProperty(Of FederatedDomain)
Get
Friend Set
'Usage
Dim instance As FederatedOrganizationIdWithDomainStatus
Dim value As MultiValuedProperty(Of FederatedDomain)
value = instance.Domains
public MultiValuedProperty<FederatedDomain> Domains { get; internal set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<FederatedDomain>
See also
Reference
FederatedOrganizationIdWithDomainStatus class