Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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.