Share via


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
Assembly:  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

Remarks

This method is used in the runtime, but it is intended to be called publicly.

See also

Reference

ObjectIdentityQuery class

ObjectIdentityQuery members

Microsoft.SharePoint.Client namespace