ClientObject.ServerObjectIsNull - Propriété
Obtient l'objet serveur et renvoie la valeur null si l'objet serveur est null.
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 ReadOnly Property ServerObjectIsNull As Nullable(Of Boolean)
Get
'Utilisation
Dim instance As ClientObject
Dim value As Nullable(Of Boolean)
value = instance.ServerObjectIsNull
public Nullable<bool> ServerObjectIsNull { get; }
Valeur de propriété
Type : System.Nullable<Boolean>
true si l'objet serveur est null. dans le cas contraire false.