SPMobileMessage.CustomProperties Property
Gets the custom properties of the message, if any, as a collection of name-value pairs.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CustomProperties As NameValueCollection
Get
'Usage
Dim instance As SPMobileMessage
Dim value As NameValueCollection
value = instance.CustomProperties
public NameValueCollection CustomProperties { get; }
Property Value
Type: System.Collections.Specialized.NameValueCollection
The custom properties.