Share via


PSServiceEndpoint.Locations Property

Definition

[Newtonsoft.Json.JsonProperty(Order=1)]
public System.Collections.Generic.List<string> Locations { get; set; }
[<Newtonsoft.Json.JsonProperty(Order=1)>]
member this.Locations : System.Collections.Generic.List<string> with get, set
Public Property Locations As List(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to