ApiCreateOrUpdateParameter.SubscriptionRequired Property

Definition

Gets or sets specifies whether an API or Product subscription is required for accessing the API.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.subscriptionRequired")]
public bool? SubscriptionRequired { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.subscriptionRequired")>]
member this.SubscriptionRequired : Nullable<bool> with get, set
Public Property SubscriptionRequired As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to