ServerProperties.ServerDatabaseCount Property

Definition

Gets number of databases in the server

[Newtonsoft.Json.JsonProperty(PropertyName="serverDatabaseCount")]
public int? ServerDatabaseCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="serverDatabaseCount")>]
member this.ServerDatabaseCount : Nullable<int>
Public ReadOnly Property ServerDatabaseCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to