ClientObject.RefreshLoad method
Reloads all scalar properties associated with the client object when overridden in a derived class.
Namespace: Microsoft.SharePoint.Client
Assembly: 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
The method is used to retrieve all properties that have been retrieved to ensure that the properties are consistent.