Share via


SubscriptionAliasListResult.Value Property

Definition

Gets the list of alias.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasResponse> Value { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : System.Collections.Generic.IList<Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasResponse>
Public ReadOnly Property Value As IList(Of SubscriptionAliasResponse)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to