共用方式為


SPWebApplication.IsPaired property

NOTE: This API is now obsolete.

取得或設定一個值,指出 Web 應用程式是否配對至Windows SharePoint Services 2.0 Web 應用程式。

Namespace:  Microsoft.SharePoint.Administration
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 SPWebApplication
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配對的 Web 應用程式和其父項是 ; 如果否則,請false。

Implements

IMigratable.IsPaired

備註

成對的 Web 應用程式是一連接至Windows SharePoint Services 2.0基於逐步升級的 Web 應用程式。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace