BankStatementUserNotice Property |  |
Poznámka k položke zadaná používateľom.
Namespace: Exa.OBERON.ServicesGen2.Accounting.BankStatementsAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic string UserNotice { get; set; }
Public Property UserNotice As String
Get
Set
Dim instance As BankStatement
Dim value As String
value = instance.UserNotice
instance.UserNotice = value
Property Value
String
See Also