DashboardListCommands Property |
The top-level commands for the listing (optional).
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic List<DashboardCommand> Commands { get; set; }
Public Property Commands As List(Of DashboardCommand)
Get
Set
public:
property List<DashboardCommand^>^ Commands {
List<DashboardCommand^>^ get ();
void set (List<DashboardCommand^>^ value);
}
Property Value
Type:
ListDashboardCommand
See Also