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