IConfigurationDomainCommandExtensionMethod Property |
The extension method to call when the command is triggered.
Namespace:
MFiles.VAF.Configuration.Interfaces.Domain
Assembly:
MFiles.VAF.Configuration.Interfaces (in MFiles.VAF.Configuration.Interfaces.dll) Version: 1.0.0.0
SyntaxMethodSourceDefinition ExtensionMethod { get; set; }
Property ExtensionMethod As MethodSourceDefinition
Get
Set
property MethodSourceDefinition^ ExtensionMethod {
MethodSourceDefinition^ get ();
void set (MethodSourceDefinition^ value);
}
Property Value
Type:
MethodSourceDefinition
See Also