 |
AllocationMethodsGetResultAllocationMethods Property |
Used to store a collection of Allocation Methods.
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.Configure.GeneralLedger
Assembly:
ASI.TAM.API.Data.UI.Configure.GeneralLedger (in ASI.TAM.API.Data.UI.Configure.GeneralLedger.dll) Version: 2021.1.0.391
Syntaxpublic AllocationMethod[] AllocationMethods { get; set; }
Public Property AllocationMethods As AllocationMethod()
Get
Set
Dim instance As AllocationMethodsGetResult
Dim value As AllocationMethod()
value = instance.AllocationMethods
instance.AllocationMethods = value
Property Value
Type:
AllocationMethod
AllocationMethods As Collection.
Remarks Note |
---|
- Name - AllocationMethods
- Read Only - True
|
See Also