JobTarget.ServerName Property

Definition

Gets or sets the target server name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to