SPMobileErrorLabel.Message Property
Gets the error message text for the specified HTTP context.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property Message As String
Get
'Usage
Dim value As String
value = Me.Message
protected virtual string Message { get; }
Property Value
Type: System.String
The String that contains the text of the error message.