Freigeben über


ClientObject.IsObjectPropertyInstantiated-Methode

Gibt an, ob die angegebene Eigenschaft des Clientobjekts instanziiert wird.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.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
)

Parameter

  • propertyName
    Typ: System.String

    Der angegebene Eigenschaftenname des Clientobjekts.

Rückgabewert

Typ: System.Boolean
true , wenn die angegebene Eigenschaft instanziiert wurde; andernfalls, false.

Siehe auch

Referenz

ClientObject Klasse

ClientObject-Member

Microsoft.SharePoint.Client-Namespace