|
ProcessProgressHandlerTUnitTotal Property
|
Gets or sets total number of units to be processed.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public TUnit Total { get; set; }
Public Property Total As TUnit
Get
Set
public:
property TUnit Total {
TUnit get ();
void set (TUnit value);
}
member Total : 'TUnit with get, set
function get_Total();
function set_Total(value);
View SourceProperty Value
TUnitSee Also