SyncMember.DatabaseType Property

Definition

Gets or sets database type of the sync member. Possible values include: 'AzureSqlDatabase', 'SqlServerDatabase'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to