|   | ObservationRecordCreateTime Property | 
        
        
            Gets the creation time of the observation record.
            
        
        Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic DateTime CreateTime { get; set; }Public Property CreateTime As DateTime
	Get
	Set
public:
property DateTime CreateTime {
	DateTime get ();
	void set (DateTime value);
}member CreateTime : DateTime with get, set
function get_CreateTime();
function set_CreateTime(value);
Property Value
DateTime See Also
See Also