Compartilhar via


SPSite.IsPaired property

NOTE: This API is now obsolete.

Obtém um valor de Boolean que indica se o conjunto de sites é combinado com seu pai.

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

Syntax

'Declaração
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Overridable Property IsPaired As Boolean
    Get
    Set
'Uso
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 se o site é associado a seu pai; Caso contrário, false.

Ver também

Referência

SPSite class

SPSite members

Microsoft.SharePoint namespace