次の方法で共有


FhirServiceCorsConfiguration.MaxAge プロパティ

定義

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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象