HolidayDescription Property
This sets or gets a description for the holiday
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public string Description { get; set; }VB
Public Property Description As String
Get
SetC++
public:
property String^ Description {
String^ get ();
void set (String^ value);
}F#
member Description : string with get, set