Click or drag to resize

ValueExpressionAttributeBase Constructor


Namespace: GSF.ComponentModel
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
Syntax
protected ValueExpressionAttributeBase(
	string expression
)
View Source

Parameters

expression  String
C# expression that will evaluate to the desired value.
Exceptions
ExceptionCondition
ArgumentNullExceptionParameter expression cannot be null.
See Also