DistributionGroup.ManagedBy Property

Gets or sets the name of the mailbox recipient or Active Directory user who manages the distribution group.

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

Syntax

'Declaration
Public Property ManagedBy As MultiValuedProperty(Of ADObjectId)
    Get
    Set
'Usage
Dim instance As DistributionGroup
Dim value As MultiValuedProperty(Of ADObjectId)

value = instance.ManagedBy

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

Property Value

Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>
The name of the mailbox recipient or Active Directory user who manages the distribution group.