IMigratable.IsPaired - Propriété
Remarque : cette API est désormais obsolète.
Obtient une valeur indiquant si un objet est associé.
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
ReadOnly Property IsPaired As Boolean
Get
'Utilisation
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; }
Valeur de propriété
Type : System.Boolean
la valeur True indique que l'objet est associé ; Sinon, false.