Share via


SqlDatabase.DatabaseGuid Property

Definition

Gets the Guid of the database.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to