User MaximumBookingLeadTime Property DRA REST Extensions SDK
The maximum number of days in the future that this resource can be scheduled. The default is 180 days.

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

Property Value

Type: OnlineNullable OnlineInt32 
See Also