SPMigratableSiteCollection.IsPaired 属性
请注意:此 API 现在已过时。
获取或设置一个布尔值,指定是否在集合中的所有网站集都与另一个站点集合都配对。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Property IsPaired As Boolean
Get
Set
用法
Dim instance As SPMigratableSiteCollection
Dim value As Boolean
value = instance.IsPaired
instance.IsPaired = value
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public bool IsPaired { get; set; }
属性值
类型:System.Boolean
true指定的集合中的所有网站集都成对都出现 ;否则为false。