Compartilhar via


SPWebApplication.AlertsEventBatchSize property

NOTE: This API is now obsolete.

Não use. Não tem efeito.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<ObsoleteAttribute("This property has no effect.  Remove all callers.")> _
Public Property AlertsEventBatchSize As Integer
    Get
    Set
'Uso
Dim instance As SPWebApplication
Dim value As Integer

value = instance.AlertsEventBatchSize

instance.AlertsEventBatchSize = value
[ObsoleteAttribute("This property has no effect.  Remove all callers.")]
public int AlertsEventBatchSize { get; set; }

Property value

Type: System.Int32
Retorna Int32.

Ver também

Referência

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace