|   | ScheduleDescription Property | 
        
        
            Gets or sets a description of the 
Schedule.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 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 Remarks
RemarksA default description is created automatically when the 
Rule is set.
 See Also
See Also