ProgressData.CurrentStep Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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