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
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); 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>(T, []) method be used rather than Retrieve().