Partager via


ClientObject.IsObjectPropertyInstantiated - Méthode

Indique si la propriété spécifiée de l'objet client instanciation.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)

Syntaxe

'Déclaration
Public Function IsObjectPropertyInstantiated ( _
    propertyName As String _
) As Boolean
'Utilisation
Dim instance As ClientObject
Dim propertyName As String
Dim returnValue As Boolean

returnValue = instance.IsObjectPropertyInstantiated(propertyName)
public bool IsObjectPropertyInstantiated(
    string propertyName
)

Paramètres

  • propertyName
    Type : System.String

    Le nom de la propriété spécifiée de l'objet client.

Valeur renvoyée

Type : System.Boolean
true si la propriété spécifiée a été instanciation ; dans le cas contraire, false.

Voir aussi

Référence

ClientObject classe

ClientObject - Membres

Microsoft.SharePoint.Client - Espace de noms