ClientObject.TypedObject property

Gets the object with the correct type information returned from the server.

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

Syntax

'Declaration
Public ReadOnly Property TypedObject As ClientObject
    Get
'Usage
Dim instance As ClientObject
Dim value As ClientObject

value = instance.TypedObject
public ClientObject TypedObject { get; }

Property value

Type: Microsoft.SharePoint.Client.ClientObject
An instance of the ClientObject class.

See also

Reference

ClientObject class

ClientObject members

Microsoft.SharePoint.Client namespace