Share via


EndpointRangeDescription.StartPort Property

Definition

Gets or sets starting port of a range of ports

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to