DynamicDistributionGroup ModerationFlag Property DRA REST Extensions SDK
Flag indicating what notification is sent when moderation is enabled and messages are rejected Values are: 0 = no notification is sent 2 = notification is sent to internal users 6 = notification is sent to internal and external users

Namespace: NetIQ.DRA.Common.Rest.DataModels
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataMemberAttribute(Name = "moderationFlag")]
public Nullable<int> ModerationFlag { get; set; }

Property Value

Type: OnlineNullable OnlineInt32 
See Also