SPAlert.Properties Property
Gets the properties of the alert.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public ReadOnly Property Properties As SPPropertyBag
Get
'Usage
Dim instance As SPAlert
Dim value As SPPropertyBag
value = instance.Properties
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public SPPropertyBag Properties { get; }
Property Value
Type: Microsoft.SharePoint.Utilities.SPPropertyBag
An SPPropertyBag object that represents the properties.