ClientAction.Path propriedade
Obtém o caminho de objeto da ação cliente, que é usada para localizar o objeto de servidor correspondente. This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
Public ReadOnly Property Path As ObjectPath
Get
'Uso
Dim instance As ClientAction
Dim value As ObjectPath
value = instance.Path
public ObjectPath Path { get; }
Valor de propriedade
Tipo: Microsoft.SharePoint.Client.ObjectPath
O caminho do objeto da ação de cliente.