CLSActivity.Progress 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 a value in the range [0,1] that indicates the student's fractional progress through the activity.
public virtual double Progress { [Foundation.Export("progress")] get; [Foundation.Export("setProgress:")] set; }
member this.Progress : double with get, set
Property Value
A value in the range [0,1] that indicates the student's fractional progress through the activity.
- Attributes