ProgressData.CurrentStep Property

Definition

Gets or sets the step number currently in operation (i.e. one more than the number of completed steps).

public:
 property Nullable<int> CurrentStep { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember]
public int? CurrentStep { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CurrentStep : Nullable<int> with get, set
Public Property CurrentStep As Nullable(Of Integer)

Property Value

Attributes

Applies to