Share via


CacheNetworkSettings.UtilityAddresses Property

Definition

Gets array of additional IP addresses used by this Cache.

[Newtonsoft.Json.JsonProperty(PropertyName="utilityAddresses")]
public System.Collections.Generic.IList<string> UtilityAddresses { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="utilityAddresses")>]
member this.UtilityAddresses : System.Collections.Generic.IList<string>
Public ReadOnly Property UtilityAddresses As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to