IHostedApplication3.IsGlobal Property

Definition

Gets or sets a Boolean value that specifies whether the hosted application is global.

public:
 property bool IsGlobal { bool get(); void set(bool value); };
public bool IsGlobal { get; set; }
member this.IsGlobal : bool with get, set
Public Property IsGlobal As Boolean

Property Value

true if the application global; otherwise, false.

Applies to