TreeCategoryDescription Property |  |
Popis - môže byť aj HTML text. Určuje bližší popis kategórie, môže sa zobrazovať napr. v internetovom obchode.
Namespace: Exa.OBERON.Services.OBERONCashRegisterAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntaxpublic string Description { get; set; }
Public Property Description As String
Get
Set
Dim instance As TreeCategory
Dim value As String
value = instance.Description
instance.Description = value
Property Value
String
See Also