Partager via


AppServiceTriggerDetails.IsRemoteSystemConnection Propriété

Définition

Obtient si l’application cliente qui a appelé la tâche en arrière-plan pour le service d’application se trouve sur un autre appareil.

public:
 property bool IsRemoteSystemConnection { bool get(); };
bool IsRemoteSystemConnection();
public bool IsRemoteSystemConnection { get; }
var boolean = appServiceTriggerDetails.isRemoteSystemConnection;
Public ReadOnly Property IsRemoteSystemConnection As Boolean

Valeur de propriété

Boolean

bool

Retourne true si l’application cliente appelle à partir d’un autre appareil ; false dans le cas contraire.

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)

S’applique à