다음을 통해 공유


GroupContractProperties.Type Property

Definition

Gets or sets group type. Possible values include: 'custom', 'system', 'external'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.ApiManagement.Models.GroupType? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.ApiManagement.Models.GroupType> with get, set
Public Property Type As Nullable(Of GroupType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to