ProgressValue Class
Autodesk.DataManagement.Client.Framework›Autodesk.DataManagement.Client.Framework.Currency
Represents an individual line item of data that can be displayed in a progress dialog. Progress can be reported with Name/Value pairs, or just as an individual value.
Syntax
public class ProgressValue Public Class ProgressValue Constructors
| Name | Description |
|---|---|
| ProgressValue |
Properties
| Name | Description |
|---|---|
| Label | Gets of sets the name component of a name/value pair (ie. the "File" component of "File: XYZ") |
| Value | Gets or sets the value component of a progress item. This value may or may not be paired with a Label to describe the value. |
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Currency.ProgressValue