DocumentItemBaseNotice Property |  |
Poznámka k položke dokladu (ľubovolná textová hodnota o dĺžke max 255 znakov).
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntaxpublic string Notice { get; set; }
Public Property Notice As String
Get
Set
Dim instance As DocumentItemBase
Dim value As String
value = instance.Notice
instance.Notice = value
Property Value
String
See Also