SPWebApplication.AutomaticallyDeleteUnusedSiteCollections property
取得或設定值,指定是否可以自動刪除未使用的網站集合。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property AutomaticallyDeleteUnusedSiteCollections As Boolean
Get
Set
'用途
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.AutomaticallyDeleteUnusedSiteCollections
instance.AutomaticallyDeleteUnusedSiteCollections = value
public bool AutomaticallyDeleteUnusedSiteCollections { get; set; }
Property value
Type: System.Boolean
true可以自動刪除未使用的網站集合 ; 如果否則,請false。預設值為false。