|
EntityEditorOptionTEntityId Property |
Namespace: DrawerBackup.CommandLineAssembly: DrawerBackup.CommandLine (in DrawerBackup.CommandLine.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[OptionAttribute('i', "id", HelpText = "Id the entity from the database")]
public string Id { get; set; }
<OptionAttribute("i"C, "id", HelpText := "Id the entity from the database")>
Public Property Id As String
Get
Set
public:
[OptionAttribute(L'i', L"id", HelpText = L"Id the entity from the database")]
property String^ Id {
String^ get ();
void set (String^ value);
}
[<OptionAttribute('i', "id", HelpText = "Id the entity from the database")>]
member Id : string with get, set
Property Value
Type:
String
See Also