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.
See also
Reference
DynamicDistributionGroup class