DynamicDistributionGroup.ManagedBy Property

Gets or sets the name of the mailbox user, mail-enabled group, or mail-enabled contact that appears in the Managed By tab of the Activity Directory object.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property ManagedBy As ADObjectId
    Get
    Set
'Usage
Dim instance As DynamicDistributionGroup
Dim value As ADObjectId

value = instance.ManagedBy

instance.ManagedBy = value
public ADObjectId ManagedBy { get; set; }

Property Value

Type: Microsoft.Exchange.Data.Directory.ADObjectId
The name of the mailbox user, mail-enabled group, or mail-enabled contact that appears in the Managed By tab of the Activity Directory object.