Share via


PartnerConfigurationUpdateParameters.DefaultMaximumExpirationTimeInDays Property

Definition

Gets or sets the default time used to validate the maximum expiration time for each authorized partners in days. Allowed values ar between 1 and 365 days.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultMaximumExpirationTimeInDays")]
public int? DefaultMaximumExpirationTimeInDays { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultMaximumExpirationTimeInDays")>]
member this.DefaultMaximumExpirationTimeInDays : Nullable<int> with get, set
Public Property DefaultMaximumExpirationTimeInDays As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to