Share via


SchemaMigrationSetting.SchemaOption Property

Definition

Gets or sets option on how to migrate the schema Possible values include: 'None', 'ExtractFromSource', 'UseStorageFile'

[Newtonsoft.Json.JsonProperty(PropertyName="schemaOption")]
public string SchemaOption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="schemaOption")>]
member this.SchemaOption : string with get, set
Public Property SchemaOption As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to