Click or drag to resize
NullableParameterTMostDerived, 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. Can be null if the provider did not send an initial value and calling code has not set one.
Exceptions
ExceptionCondition
ArgumentNullExceptionAttempted to set to null.
ModelExceptionAttempted to access the value in a way that conflicts with Access.
See Also