DatabaseUpdate.DatabaseId Property

Definition

Gets the ID of the database.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.databaseId")]
public Guid? DatabaseId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.databaseId")>]
member this.DatabaseId : Nullable<Guid>
Public ReadOnly Property DatabaseId As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to