ObjectIdentityQuery Constructor
This member is reserved for internal use and is not intended to be used directly from your code. Initiates a new instance of the ObjectIdentityQuery class.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Sub New ( _
objectPath As ObjectPath _
)
'Usage
Dim objectPath As ObjectPath
Dim instance As New ObjectIdentityQuery(objectPath)
public ObjectIdentityQuery(
ObjectPath objectPath
)
Parameters
objectPath
Type: Microsoft.SharePoint.Client.ObjectPathThe ObjectPath object of the object whose canonical ID is to be retrieved from the server.
Remarks
This method is used in the runtime, but it is intended to be called publicly.