 |
BankAccountBrokerCheckLayoutID Property |
Broker Check Layout I D
Created in Epic SDK 2019.
Required
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 Nullable<int> BrokerCheckLayoutID { get; set; }
Public Property BrokerCheckLayoutID As Nullable(Of Integer)
Get
Set
Dim instance As BankAccount
Dim value As Nullable(Of Integer)
value = instance.BrokerCheckLayoutID
instance.BrokerCheckLayoutID = value
Property Value
Type:
NullableInt32
BrokerCheckLayoutID As Integer?.
Remarks Note |
---|
- Name - BrokerCheckLayoutID
- Is Identity - True
- Required On Insert - True
- Required On Update - True
- Lookup - CheckLayout
- Auto Validated - True
|
See Also