ApplicationInner.AvailableToOtherTenants Property

Definition

Gets or sets whether the application is available to other tenants.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to