SPMobileFileUploadBrowser.ErrorMessage Property
Gets or sets the error message used by the SPMobileFileUploadBrowserInputValidator 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 SPMobileFileUploadBrowser
Dim value As String
value = instance.ErrorMessage
instance.ErrorMessage = value
public string ErrorMessage { get; set; }
Property Value
Type: System.String
The String object that contains the text of the error message.
See Also
Reference
SPMobileFileUploadBrowser Class