SPMobileBlogPictureUploadPanel.ErrorMessage Property
Gets or sets the error message used by the file validator control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ErrorMessage As String
Get
Set
'Usage
Dim instance As SPMobileBlogPictureUploadPanel
Dim value As String
value = instance.ErrorMessage
instance.ErrorMessage = value
public string ErrorMessage { get; set; }
Property Value
Type: System.String
The String object that represents the error message.
See Also
Reference
SPMobileBlogPictureUploadPanel Class