ClientObject.Retrieve method
Retrieves all scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Sub Retrieve
'Usage
Dim instance As ClientObject
instance.Retrieve()
public void Retrieve()
Remarks
It is recommended that the Load<T> method be used rather than Retrieve().