SPSite.AllowSelfServiceUpgrade property
版本升級是否允許此網站上。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property AllowSelfServiceUpgrade As Boolean
Get
Set
'用途
Dim instance As SPSite
Dim value As Boolean
value = instance.AllowSelfServiceUpgrade
instance.AllowSelfServiceUpgrade = value
public bool AllowSelfServiceUpgrade { get; set; }
Property value
Type: System.Boolean