 |
AllocationStructureGroupingsGetResultAllocationStructureGroupings Property |
Used to store a collection of Allocation Structure Groupings.
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: 2022.2.0.1054
Syntaxpublic AllocationStructureGrouping[] AllocationStructureGroupings { get; set; }
Public Property AllocationStructureGroupings As AllocationStructureGrouping()
Get
Set
Dim instance As AllocationStructureGroupingsGetResult
Dim value As AllocationStructureGrouping()
value = instance.AllocationStructureGroupings
instance.AllocationStructureGroupings = value
Property Value
Type:
AllocationStructureGrouping
AllocationStructureGroupings As Collection.
Remarks Note |
---|
- Name - AllocationStructureGroupings
- Read Only - True
|
See Also