The string to be shown in a confirm dialog when executing the action for multiple elements.
Namespace: Composite.C1Console.ElementsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public DialogStrings BulkExecutionDialog { get; set; } |
Visual Basic |
---|
Public Property BulkExecutionDialog As DialogStrings Get Set |
Visual C++ |
---|
public: property DialogStrings^ BulkExecutionDialog { DialogStrings^ get (); void set (DialogStrings^ value); } |