SPSite.IsPaired 属性

请注意:此 API 现在已过时。

Gets a Boolean value that indicates whether the site collection is paired with its parent.

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Overridable Property IsPaired As Boolean
    Get
    Set
用法
Dim instance As SPSite
Dim value As Boolean

value = instance.IsPaired

instance.IsPaired = value
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public virtual bool IsPaired { get; set; }

属性值

类型:System.Boolean
true if the site is paired with its parent; otherwise, false.

另请参阅

引用

SPSite 类

SPSite 成员

Microsoft.SharePoint 命名空间