Share via


ClientObject.IsObjectPropertyInstantiated method

Indicates whether the specified property of the client object is instantiated.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

public bool IsObjectPropertyInstantiated(
    string propertyName
)

Parameters

  • propertyName
    Type: System.String

    The specified property name of the client object.

Return value

Type: System.Boolean
true if the specified property has been instantiated; otherwise, false.

See also

Reference

ClientObject class

ClientObject members

Microsoft.SharePoint.Client namespace