ClientObject.Path property

Tracks how a client object is created in the ClientRuntimeContext class so that the object can be recreated on the server. 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 ClientObject
Dim value As ObjectPath

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

Property value

Type: Microsoft.SharePoint.Client.ObjectPath
The path that is used to create the current client object.

See also

Reference

ClientObject class

ClientObject members

Microsoft.SharePoint.Client namespace