Share via


DistributionGroup.BypassNestedModerationEnabled property

Gets or sets a value that indicates whether to allow the parent group moderators to provide approval for any nested groups that are also moderated.

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

Syntax

'Declaration
Public Property BypassNestedModerationEnabled As Boolean
    Get
    Set
'Usage
Dim instance As DistributionGroup
Dim value As Boolean

value = instance.BypassNestedModerationEnabled

instance.BypassNestedModerationEnabled = value
public bool BypassNestedModerationEnabled { get; set; }

Property value

Type: System.Boolean
true if the parent group moderators are allowed to provide approval for any nested groups that are also moderated; otherwise, false.

See also

Reference

DistributionGroup class

DistributionGroup members

Microsoft.Exchange.Data.Directory.Management namespace