InputFormStringTypeValidator.AllowEmpty Field
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public AllowEmpty As Boolean
'Usage
Dim instance As InputFormStringTypeValidator
Dim value As Boolean
value = instance.AllowEmpty
instance.AllowEmpty = value
[ObsoleteAttribute("This class is obsolete.")]
public bool AllowEmpty
See Also
Reference
InputFormStringTypeValidator Class