ApplicationContext.RequestToken - Propriété
Obtient le jeton de requête qui contient des informations, telles que l'ID de l'utilisateur ayant accédé à la page contenant le composant WebPart, qui permettra à l'application Web déterminer les autorisations effectives pour accorder à l'application Silverlight.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RequestToken As String
Get
'Utilisation
Dim instance As ApplicationContext
Dim value As String
value = instance.RequestToken
public string RequestToken { get; }
Valeur de propriété
Type : System.String
Le jeton de demande.