ClientObject.RefreshLoad Method
Reloads all scalar properties associated with the client object when overridden in a derived class.
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 Overridable Sub RefreshLoad
'Usage
Dim instance As ClientObject
instance.RefreshLoad()
public virtual void RefreshLoad()
Remarks
This method is used to retrieve all properties that have been retrieved to ensure that the properties are consistent.