|
ProcessProgressHandlerTUnitTotal Property
|
Gets or sets total number of units to be processed.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.276-beta+3dd4b43be3e31323696af3ab6b14b705e6420d69
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