| ValueParameterTMostDerived, TValueValue Property  |   | 
Gets or sets value.
 
Namespace: Lawo.EmberPlusSharp.ModelAssembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntaxpublic TValue Value { get; set; }Property Value
Type: 
TValueThe last value sent by the provider or set by calling code. The provider is expected to send an
            initial value. Failure to do so will result in a 
ModelException being thrown from
            
CreateAsync(S101Client).
Exceptions
See Also