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