AppResourceGroupInfo.IsShared Property

Definition

Indicates whether the group is part of a shared resource group. Being part of a shared resource group indicates that there are multiple apps in the package and that they share a common component.

public:
 property bool IsShared { bool get(); };
bool IsShared();
public bool IsShared { get; }
var boolean = appResourceGroupInfo.isShared;
Public ReadOnly Property IsShared As Boolean

Property Value

Boolean

bool

True means the group is part of a shared resource group; false, otherwise.

Windows requirements

App capabilities
appDiagnostics

Remarks

When a resource group is shared, it will show up in the resource group collections reported by multiple apps if those apps that share this resource group are currently running.

Applies to