ClientObject.ServerObjectIsNull property

Gets the server object and returns null if the server object is null.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property ServerObjectIsNull As Nullable(Of Boolean)
    Get
'Usage
Dim instance As ClientObject
Dim value As Nullable(Of Boolean)

value = instance.ServerObjectIsNull
public Nullable<bool> ServerObjectIsNull { get; }

Property value

Type: System.Nullable<Boolean>
true if the server object is null; otherwise false.

See also

Reference

ClientObject class

ClientObject members

Microsoft.SharePoint.Client namespace