ClientObject.Path 属性
Tracks how a client object is created in the ClientRuntimeContext class so that the object can be recreated on the server. 此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight.Runtime(位于 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime(位于 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)
语法
声明
Public ReadOnly Property Path As ObjectPath
Get
用法
Dim instance As ClientObject
Dim value As ObjectPath
value = instance.Path
public ObjectPath Path { get; }
属性值
类型:Microsoft.SharePoint.Client.ObjectPath
The path that is used to create the current client object.