SPSite.Archived property
是否此網站位在封存的模式。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Archived As Boolean
Get
Set
'用途
Dim instance As SPSite
Dim value As Boolean
value = instance.Archived
instance.Archived = value
public bool Archived { get; set; }
Property value
Type: System.Boolean