Click or drag to resize
IPropertyTOwner, TPropertyValue Property
Gets or sets the value of the property.

Namespace: Lawo.Reflection
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
TProperty Value { get; set; }

Property Value

Type: TProperty
Exceptions
ExceptionCondition
InvalidOperationExceptionAttempted to set a value and the represented property does not have a setter.
See Also