CalculationResultWorkgroup Property |
The Workgroup to which the cost was allocated. When null, the cost was not allocated to any specific Workgroup. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Workgroup Workgroup { get; set; }
Public Property Workgroup As Workgroup
Get
Set
public:
property Workgroup^ Workgroup {
Workgroup^ get ();
void set (Workgroup^ value);
}
member Workgroup : Workgroup with get, set
Property Value
Type:
Workgroup
See Also