TenantOrganizationPresentationObject.SupportedSharedConfigurations Property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property SupportedSharedConfigurations As MultiValuedProperty(Of ADObjectId)
Get
'Usage
Dim instance As TenantOrganizationPresentationObject
Dim value As MultiValuedProperty(Of ADObjectId)
value = instance.SupportedSharedConfigurations
public MultiValuedProperty<ADObjectId> SupportedSharedConfigurations { get; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>