ClientObject.LoadExpandoFields Method

When overridden in a derived class, initializes the extended properties associated with the client object.

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
Protected Overridable Sub LoadExpandoFields
'Usage

Me.LoadExpandoFields()
protected virtual void LoadExpandoFields()

Remarks

This method is used to initialize other extended properties for a client object.

See Also

Reference

ClientObject Class

ClientObject Members

Microsoft.SharePoint.Client Namespace