SPWeb.ExcludeFromOfflineClient 属性

Gets or sets a value that indicates whether the data from the website should be downloaded to the client during offline synchronization.

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property ExcludeFromOfflineClient As Boolean
    Get
    Set
用法
Dim instance As SPWeb
Dim value As Boolean

value = instance.ExcludeFromOfflineClient

instance.ExcludeFromOfflineClient = value
public bool ExcludeFromOfflineClient { get; set; }

属性值

类型:System.Boolean
true to exclude the website; otherwise, false.

备注

Setting this property to true does not disable synchronization. Instead, it represents a recommendation to the client not to attempt synchronization.

另请参阅

引用

SPWeb 类

SPWeb 成员

Microsoft.SharePoint 命名空间