|
ProcessProgressTUnitTotal Property
|
Gets or sets total number of units to be processed.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+13787b6b78c2a05e0f5d0ff4ef1e17ab745e4b5e
Syntaxpublic 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
TUnit
See Also