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