CustomDomainCommandExecute Property

The function to call when the command is triggered.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public Action<IConfigurationRequestContext, ClientOperations> Execute { get; set; }

Property Value

ActionIConfigurationRequestContext, ClientOperations

See Also