Compartilhar via


SPAlert.Properties property

Obtém as propriedades do alerta.

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

Syntax

'Declaração
Public ReadOnly Property Properties As SPPropertyBag
    Get
'Uso
Dim instance As SPAlert
Dim value As SPPropertyBag

value = instance.Properties
public SPPropertyBag Properties { get; }

Property value

Type: Microsoft.SharePoint.Utilities.SPPropertyBag
Um objeto SPPropertyBag que representa as propriedades.

Ver também

Referência

SPAlert class

SPAlert members

Microsoft.SharePoint namespace