de la propiedad ClientObject.ServerObjectIsNull
Obtiene el objeto de servidor y devuelve un valor nulo si el objeto de servidor es nulo.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)
Sintaxis
'Declaración
Public ReadOnly Property ServerObjectIsNull As Nullable(Of Boolean)
Get
'Uso
Dim instance As ClientObject
Dim value As Nullable(Of Boolean)
value = instance.ServerObjectIsNull
public Nullable<bool> ServerObjectIsNull { get; }
Valor de propiedad
Tipo: System.Nullable<Boolean>
true si el objeto de servidor es nulo; en caso contrario false.