CustomDomainCommandBlocking Property |
Indicates whether the interface should be blocked while the command is being executed.
Useful for longer running commands where further user interaction with the interface
could negatively effect user experience or execution, or simply a way to indicate to the
user that something is happening, and when it is over.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool Blocking { get; set; }
Public Property Blocking As Boolean
Get
Set
public:
property bool Blocking {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also