ClientObject.ServerObjectIsNull 屬性
取得伺服器物件,並傳回 null 如果伺服器物件為 null。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)
語法
'宣告
Public ReadOnly Property ServerObjectIsNull As Nullable(Of Boolean)
Get
'用途
Dim instance As ClientObject
Dim value As Nullable(Of Boolean)
value = instance.ServerObjectIsNull
public Nullable<bool> ServerObjectIsNull { get; }
屬性值
類型:System.Nullable<Boolean>
true如果伺服器物件為 null。否則false。