User ConflictCountMaximum Property DRA REST Extensions SDK
Specifies the maximum number of conflicts allowed for recurring meetings. If the number of instances for a recurring meeting in conflict exceeds this number, the recurring meeting request is declined. The default is zero.

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 = "conflictCountMaximum")]
public Nullable<int> ConflictCountMaximum { get; set; }

Property Value

Type: OnlineNullable OnlineInt32 
See Also