Udostępnij za pośrednictwem


FhirServiceCorsConfiguration.MaxAge Property

Definition

Gets or sets the max age to be allowed via CORS.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to