共用方式為


SPSite.IsPaired property

NOTE: This API is now obsolete.

取得Boolean值,指出是否要將網站集合成對隨其父代。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<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; }

Property value

Type: System.Boolean
true如果網站成對隨其父代 ;否則, false。

請參閱

參照

SPSite class

SPSite members

Microsoft.SharePoint namespace