ResourceVersionPolicyConfiguration.ResourceTypeOverrides Property

Definition

Gets or sets a list of FHIR Resources and their version policy overrides.

[Newtonsoft.Json.JsonProperty(PropertyName="resourceTypeOverrides")]
public System.Collections.Generic.IDictionary<string,string> ResourceTypeOverrides { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resourceTypeOverrides")>]
member this.ResourceTypeOverrides : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ResourceTypeOverrides As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to