WindowsGroup.ManagedBy Property

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 WindowsGroup
Dim value As MultiValuedProperty(Of ADObjectId)

value = instance.ManagedBy

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