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