Alert.Properties property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As IDictionary(Of String, String)
Get
'Usage
Dim instance As Alert
Dim value As IDictionary(Of String, String)
value = instance.Properties
public IDictionary<string, string> Properties { get; }
Property value
Type: System.Collections.Generic.IDictionary<String, String>