| MenuInformationMenu Property |
Get or sets the menu
Namespace:
SanteDB.DisconnectedClient.Services.Model
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public List<MenuInformation> Menu { get; set; }
Public Property Menu As List(Of MenuInformation)
Get
Set
public:
property List<MenuInformation^>^ Menu {
List<MenuInformation^>^ get ();
void set (List<MenuInformation^>^ value);
}
member Menu : List<MenuInformation> with get, set
Property Value
Type:
ListMenuInformationSee Also