IConfigurationDomainCommandLocations Property |
A list of locations specifying where and how the command will be shown.
Namespace:
MFiles.VAF.Configuration.Interfaces.Domain
Assembly:
MFiles.VAF.Configuration.Interfaces (in MFiles.VAF.Configuration.Interfaces.dll) Version: 1.0.0.0
SyntaxList<ICommandLocation> Locations { get; set; }
Property Locations As List(Of ICommandLocation)
Get
Set
property List<ICommandLocation^>^ Locations {
List<ICommandLocation^>^ get ();
void set (List<ICommandLocation^>^ value);
}
Property Value
Type:
ListICommandLocation
See Also