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)
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.