IMigratable.IsPaired Property

NOTE: This API is now obsolete.

Gets a value indicating whether an object is paired.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
ReadOnly Property IsPaired As Boolean
    Get
'Usage
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 indicates the object is paired; otherwise, false.

See Also

Reference

IMigratable Interface

IMigratable Members

Microsoft.SharePoint.Administration Namespace