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