 | InternetWaybillModelAccountNumber Property |
Account number.
Required if AccountType = KTO.
Namespace: FRAM.CommonLayer.Models.FRAMAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic string AccountNumber { get; set; }
Public Property AccountNumber As String
Get
Set
public:
virtual property String^ AccountNumber {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract AccountNumber : string with get, set
override AccountNumber : string with get, set
Property Value
Type:
String
See Also