Freigeben über


ClientObject.ServerObjectIsNull-Eigenschaft

Ruft das Serverobjekt ab und gibt null, wenn das Serverobjekt null ist.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.Runtime.dll)  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; }

Eigenschaftswert

Typ: System.Nullable<Boolean>
true , wenn das Serverobjekt null ist; andernfalls false.

Siehe auch

Referenz

ClientObject Klasse

ClientObject-Member

Microsoft.SharePoint.Client-Namespace