ClientObjectPrototype.Retrieve Method
Retrieves all default 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 ClientObjectPrototype
instance.Retrieve()
public void Retrieve()
Remarks
This method retrieves all default scalar properties of the object; if the object is a collection with child items, this method retrieves all of its child items.