SPAlert.Properties property
Gets the properties of the alert.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As SPPropertyBag
Get
'Usage
Dim instance As SPAlert
Dim value As SPPropertyBag
value = instance.Properties
public SPPropertyBag Properties { get; }
Property value
Type: Microsoft.SharePoint.Utilities.SPPropertyBag
An SPPropertyBag object that represents the properties.