 |
StructureCombinationPercentValue Property |
Specify the Percent value for 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: 2022.2.0.1054
Syntaxpublic decimal PercentValue { get; set; }
Public Property PercentValue As Decimal
Get
Set
Dim instance As StructureCombination
Dim value As Decimal
value = instance.PercentValue
instance.PercentValue = value
Property Value
Type:
Decimal
PercentValue As Decimal.
Remarks Note |
---|
- Name - PercentValue
- Required On Insert - False
- Required On Update - False
- Min Value - 0
- Max Value - 100
- Allow Negatives - False
- Integral Digits - 3
- Fractional Digits - 4
|
See Also