ClientAccessTokenRequest.Scope Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’étendue de jeton demandée associée à la demande de jeton d’accès client.
public:
property System::String ^ Scope { System::String ^ get(); };
public string Scope { get; }
Public ReadOnly Property Scope As String