 | BankPartialEntityBankId Property |
Gets or sets the BankId
Namespace:
AMCS.Elemos.IntegrationService.Entity.Financial
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> BankId { get; set; }
Public Property BankId As Nullable(Of Integer)
Get
Set
Property Value
Type:
NullableInt32
The BankId
See Also