Share via


Server.UserVisibleState Property

Definition

Gets or sets a state of a server that is visible to user. Possible values include: 'Ready', 'Dropping', 'Disabled', 'Inaccessible'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to