ClientObject.IsPropertyAvailable - Méthode
Renvoie une valeur booléenne qui indique si la propriété scalaire spécifiée a été récupérée ou définir.
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 IsPropertyAvailable ( _
propertyName As String _
) As Boolean
'Utilisation
Dim instance As ClientObject
Dim propertyName As String
Dim returnValue As Boolean
returnValue = instance.IsPropertyAvailable(propertyName)
public bool IsPropertyAvailable(
string propertyName
)
Paramètres
propertyName
Type : System.StringUne chaîne qui contient le nom de la propriété scalaire.
Valeur renvoyée
Type : System.Boolean
true si la propriété a été récupérée ou définie ; dans le cas contraire, false.
Remarques
La méthode IsPropertyAvailable s'applique uniquement aux propriétés scalaires.