VEventDescription Property
This is used to get the description (DESCRIPTION) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public DescriptionProperty Description { get; }VB
Public ReadOnly Property Description As DescriptionProperty
GetC++
public:
property DescriptionProperty^ Description {
DescriptionProperty^ get ();
}F#
member Description : DescriptionProperty with get