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