Compartilhar via


IMigratable.IsPaired property

NOTE: This API is now obsolete.

Obtém um valor indicando se um objeto estiver emparelhado.

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

Syntax

'Declaração
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
ReadOnly Property IsPaired As Boolean
    Get
'Uso
Dim instance As IMigratable
Dim value As Boolean

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

Property value

Type: System.Boolean
True indica que o objeto esteja correlacionado; Caso contrário, false.

Ver também

Referência

IMigratable interface

IMigratable members

Microsoft.SharePoint.Administration namespace