Share via


AlertCreationInformation.Properties property

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

Syntax

'Declaration
Public Property Properties As IDictionary(Of String, String)
    Get
    Set
'Usage
Dim instance As AlertCreationInformation
Dim value As IDictionary(Of String, String)

value = instance.Properties

instance.Properties = value
public IDictionary<string, string> Properties { get; set; }

Property value

Type: System.Collections.Generic.IDictionary<String, String>

See also

Reference

AlertCreationInformation class

AlertCreationInformation members

Microsoft.SharePoint.Client namespace