SalesPersonTargetLineTargetValue Property |
Value of target. Meaning depends on target type. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Distribution
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal TargetValue { get; set; }
Public Property TargetValue As Decimal
Get
Set
public:
property Decimal^ TargetValue {
Decimal^ get ();
void set (Decimal^ value);
}
member TargetValue : decimal with get, set
Property Value
Type:
Decimal
See Also