|
TrackableTCurrentValue Property
|
Gets or sets the current value after all changes have been applied to the property.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic T CurrentValue { get; set; }
Public Property CurrentValue As T
Get
Set
public:
property T CurrentValue {
T get ();
void set (T value);
}
member CurrentValue : 'T with get, set
function get_CurrentValue();
function set_CurrentValue(value);
View SourceProperty Value
T
See Also