IMigratable.IsPaired-Eigenschaft
HINWEIS: Diese API ist veraltet.
Ruft einen Wert zurück, der angibt, ob ein Objekt verbunden ist.
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; }
Eigenschaftswert
Typ: System.Boolean
true gibt an, dass das Objekt verbunden ist. anderenfalls false.