SPMobileItemValidationFailedMessage.Visible Property
Gets the value that indicates whether the error label is visible.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Visible As Boolean
Get
'Usage
Dim instance As SPMobileItemValidationFailedMessage
Dim value As Boolean
value = instance.Visible
public override bool Visible { get; }
Property Value
Type: System.Boolean
true if the error label is visible; otherwise, false.
See Also
Reference
SPMobileItemValidationFailedMessage Class