UpdateDomainCommands Property |
The updated list of available domain commands.
Namespace:
MFiles.VAF.Configuration.Domain.ClientDirective
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax[DataMemberAttribute(Name = "commands")]
public List<IConfigurationDomainCommand> Commands { get; set; }
Property Value
Type:
ListIConfigurationDomainCommand
See Also