SrvRecord.Weight Property

Definition

Gets or sets the weight value for this SRV record.

[Newtonsoft.Json.JsonProperty(PropertyName="weight")]
public int? Weight { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="weight")>]
member this.Weight : Nullable<int> with get, set
Public Property Weight As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to