ClientObject.ServerObjectIsNull Property
Gets the server object and returns null if the server object is null.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
<PseudoRemoteAttribute> _
Public ReadOnly Property ServerObjectIsNull As Nullable(Of Boolean)
Get
'Usage
Dim instance As ClientObject
Dim value As Nullable(Of Boolean)
value = instance.ServerObjectIsNull
[PseudoRemoteAttribute]
public Nullable<bool> ServerObjectIsNull { get; }
Property Value
Type: System.Nullable<Boolean>
true if the server object is null; otherwise false.