Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.