ClientAction.Path - Propriété
Obtient le chemin d'accès de l'action du client, qui est utilisée pour rechercher l'objet côté serveur correspondant. Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
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) Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Path As ObjectPath
Get
'Utilisation
Dim instance As ClientAction
Dim value As ObjectPath
value = instance.Path
public ObjectPath Path { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.ObjectPath
Le chemin d'accès de l'action du client.