User ConflictPercentageAllowed Property DRA REST Extensions SDK
Specifies the conflict percentage threshold from recurring meetings. If the percentage of instances of a recurring meeting that conflicts with other meetings exceeds the threshold, the recurring meeting request is denied. Specify a whole number. For example, 50 = 50%. 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 = "conflictPercentageAllowed")]
public Nullable<int> ConflictPercentageAllowed { get; set; }

Property Value

Type: OnlineNullable OnlineInt32 
See Also