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