 |
StructureCombinationIntegerValue Property |
Specify the Integer 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: 2021.2.0.769
Syntaxpublic int IntegerValue { get; set; }
Public Property IntegerValue As Integer
Get
Set
Dim instance As StructureCombination
Dim value As Integer
value = instance.IntegerValue
instance.IntegerValue = value
Property Value
Type:
Int32
IntegerValue As Integer.
Remarks Note |
---|
- Name - IntegerValue
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - 0
- Max Value - 2147483647
|
See Also