VTo DoSequence Property
This is used to get the revision sequence number (SEQUENCE) 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 SequenceProperty Sequence { get; }VB
Public ReadOnly Property Sequence As SequenceProperty
GetC++
public:
property SequenceProperty^ Sequence {
SequenceProperty^ get ();
}F#
member Sequence : SequenceProperty with get