|   | AlarmDescription Property | 
        
        
            Gets or sets the description of the alarm.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string Description { get; set; }Public Property Description As String
	Get
	Set
public:
property String^ Description {
	String^ get ();
	void set (String^ value);
}member Description : string with get, set
function get_Description();
function set_Description(value);
Property Value
String See Also
See Also