Compartilhar via


SPWebApplication.AlertFlags 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 AlertFlags As UInteger
    Get
    Set
'Uso
Dim instance As SPWebApplication
Dim value As UInteger

value = instance.AlertFlags

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

Property value

Type: System.UInt32
Retorna UInt32.

Ver também

Referência

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace