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

'Declaration
Public Function IsObjectPropertyInstantiated ( _
    propertyName As String _
) As Boolean
'Usage
Dim instance As ClientObject
Dim propertyName As String
Dim returnValue As Boolean

returnValue = instance.IsObjectPropertyInstantiated(propertyName)
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