DateMappingIsValid Property  | 
 
            Gets or sets a value indicating whether this instance is invalid.
            
 
    Namespace: 
   Dundas.BI.Entities.DateMappings
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsValid { get; set; }Public Property IsValid As Boolean
	Get
	Set
public:
property bool IsValid {
	bool get ();
	void set (bool value);
}member IsValid : bool with get, set
Property Value
Type: 
Boolean
See Also