ClientObject.LoadExpandoFields method
Initializes the extended 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
Protected Overridable Sub LoadExpandoFields
'Usage
Me.LoadExpandoFields()
protected virtual void LoadExpandoFields()
Remarks
The method is used to initialize other extended properties for a client object.