|   | DataSourceRecordEffective Property | 
        
        
            Gets or sets the time that this data source record became effective.
            
        
        Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic DateTime Effective { get; set; }Public Property Effective As DateTime
	Get
	Set
public:
property DateTime Effective {
	DateTime get ();
	void set (DateTime value);
}member Effective : DateTime with get, set
function get_Effective();
function set_Effective(value);
Property Value
DateTime See Also
See Also