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
<ParameterAttribute(Mandatory := False)> _
Public Property BypassNestedModerationEnabled As Boolean
Get
Set
'Usage
Dim instance As DistributionGroup
Dim value As Boolean
value = instance.BypassNestedModerationEnabled
instance.BypassNestedModerationEnabled = value
[ParameterAttribute(Mandatory = false)]
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.