Share via


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; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>
Returns MultiValuedProperty<T>.

See also

Reference

WindowsGroup class

WindowsGroup members

Microsoft.Exchange.Data.Directory.Management namespace