Click or drag to resize
ValueParameterTMostDerived, TValueValue Property
Gets or sets value.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public TValue Value { get; set; }

Property Value

Type: TValue
The 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
ExceptionCondition
InvalidOperationExceptionAttempted to access the value in a way that conflicts with Access.
See Also