SPMigratableSiteCollection.IsReadOnly 属性
请注意:此 API 现在已过时。
获取一个布尔值,该值指示集合是否是只读的。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public ReadOnly Property IsReadOnly As Boolean
Get
用法
Dim instance As SPMigratableSiteCollection
Dim value As Boolean
value = instance.IsReadOnly
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public bool IsReadOnly { get; }
属性值
类型:System.Boolean
true如果该集合是只读的 ;否则为false。