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