VEventClassification Property
This is used to get the access classification (CLASS) 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 ClassificationProperty Classification { get; }VB
Public ReadOnly Property Classification As ClassificationProperty
GetC++
public:
property ClassificationProperty^ Classification {
ClassificationProperty^ get ();
}F#
member Classification : ClassificationProperty with get