共用方式為


NodeInfo.Type Property

Definition

Gets node type - Master/Worker. Possible values include: 'Invalid', 'Master', 'Worker'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public string Type { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : string
Public ReadOnly Property Type As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to