SyncMemberInner.SqlServerDatabaseId Property

Definition

Gets or sets SQL Server database id of the sync member.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.sqlServerDatabaseId")]
public Guid? SqlServerDatabaseId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.sqlServerDatabaseId")>]
member this.SqlServerDatabaseId : Nullable<Guid> with get, set
Public Property SqlServerDatabaseId As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to