StringValidationRuleIsEmptyStringValid Property  | 
 
            Gets a value indicating whether empty strings are valid.
            
 
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsEmptyStringValid { get; }Public ReadOnly Property IsEmptyStringValid As Boolean
	Get
public:
property bool IsEmptyStringValid {
	bool get ();
}member IsEmptyStringValid : bool with get
Property Value
Type: 
Boolean if empty strings are considered valid (regardless of the regular express);
            otherwise, 
.
            
See Also