VEventStatus Property
This is used to get the status (STATUS) 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 StatusProperty Status { get; }VB
Public ReadOnly Property Status As StatusProperty
GetC++
public:
property StatusProperty^ Status {
StatusProperty^ get ();
}F#
member Status : StatusProperty with get