TransactionParameterDefaultValue Property |
Gets or sets the default value to use for this parameter if no parameter
is specified at the time of evaluator parameterization.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Transaction DefaultValue { get; set; }
Public Property DefaultValue As Transaction
Get
Set
public:
property Transaction^ DefaultValue {
Transaction^ get ();
void set (Transaction^ value);
}
member DefaultValue : Transaction with get, set
Property Value
Type:
TransactionSee Also