ClientObject.IsObjectPropertyInstantiated Method

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

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
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