|   | AssemblyInfoBuildDate Property | 
        
        
            Gets the date and time when the 
Assembly was built.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic DateTime BuildDate { get; }Public ReadOnly Property BuildDate As DateTime
	Get
public:
property DateTime BuildDate {
	DateTime get ();
}member BuildDate : DateTime with get
function get_BuildDate();
Property Value
DateTime See Also
See Also