VAlarmRepeat Property
This is used to get the Repeat (REPEAT) 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 RepeatProperty Repeat { get; }VB
Public ReadOnly Property Repeat As RepeatProperty
GetC++
public:
property RepeatProperty^ Repeat {
RepeatProperty^ get ();
}F#
member Repeat : RepeatProperty with get