de la propiedad Site.AllowSelfServiceUpgradeEvaluation
Informa si está permitida la colección de sitios para la evaluación de actualizaciones.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Property AllowSelfServiceUpgradeEvaluation As Boolean
Get
Set
'Uso
Dim instance As Site
Dim value As Boolean
value = instance.AllowSelfServiceUpgradeEvaluation
instance.AllowSelfServiceUpgradeEvaluation = value
public bool AllowSelfServiceUpgradeEvaluation { get; set; }
Valor de propiedad
Tipo: System.Boolean