ObjectIdentityQuery class

This class and its members are reserved for internal use and are not intended to be used in your code. Creates the client object identity query that is used to retrieve the object identity from the server.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientAction
    Microsoft.SharePoint.Client.ObjectIdentityQuery

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

Syntax

'Declaration
Public NotInheritable Class ObjectIdentityQuery _
    Inherits ClientAction
'Usage
Dim instance As ObjectIdentityQuery
public sealed class ObjectIdentityQuery : ClientAction

Remarks

This is a sealed class.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ObjectIdentityQuery members

Microsoft.SharePoint.Client namespace