This document is archived and information here might be outdated. Recommended version. |
Value returned by the network evaluator for all elements of the network.
[Visual Basic .NET]
Public Property ConstantValue As Object
[C#]
public object ConstantValue {get; set;}
[C++]
HRESULT get_ConstantValue(
VARIANT val
);
[C++]
HRESULT put_ConstantValue(
Variant* val
);
[C++] Parameters val [in]
val is a parameter of type VARIANT val [out, retval]
val is a parameter of type VARIANT*
The ConstantValue should be of the appropriate DataType for the network attribute to which this evaluator is assigned.