ClientAction.Path property

Gets the object path of the client action, which is used to find the matching server-side object. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property Path As ObjectPath
    Get
'Usage
Dim instance As ClientAction
Dim value As ObjectPath

value = instance.Path
public ObjectPath Path { get; }

Property value

Type: Microsoft.SharePoint.Client.ObjectPath
The object path of the client action.

See also

Reference

ClientAction class

ClientAction members

Microsoft.SharePoint.Client namespace