SPWebApplication.IsPaired property
NOTE: This API is now obsolete.
Obtém ou define um valor indicando se o aplicativo da Web é combinado a um Windows SharePoint Services 2,0 aplicativo da Web.
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.")> _
Public Overridable Property IsPaired As Boolean
Get
Set
'Uso
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.IsPaired
instance.IsPaired = value
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public virtual bool IsPaired { get; set; }
Property value
Type: System.Boolean
true se o aplicativo da Web e seu pai estiver emparelhados; Caso contrário, false.
Implements
Comentários
Um par aplicativo da Web é aquele que está conectado a um Windows SharePoint Services 2,0 o aplicativo da Web com o objetivo de atualização gradual.