|
EntityEditorOptionTEntityRemove Property |
Namespace: DrawerBackup.CommandLineAssembly: DrawerBackup.CommandLine (in DrawerBackup.CommandLine.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[OptionAttribute('r', "remove", HelpText = "Remove the entity from the database")]
public bool Remove { get; set; }
<OptionAttribute("r"C, "remove", HelpText := "Remove the entity from the database")>
Public Property Remove As Boolean
Get
Set
public:
[OptionAttribute(L'r', L"remove", HelpText = L"Remove the entity from the database")]
property bool Remove {
bool get ();
void set (bool value);
}
[<OptionAttribute('r', "remove", HelpText = "Remove the entity from the database")>]
member Remove : bool with get, set
Property Value
Type:
Boolean
See Also