|
ClientConfigValue Property |
Value
Namespace: DrawerBackup.Server.Data.EntitiesAssembly: DrawerBackup.Server.Data.Entities (in DrawerBackup.Server.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[FieldLengthAttribute(9999)]
public virtual string Value { get; set; }
<FieldLengthAttribute(9999)>
Public Overridable Property Value As String
Get
Set
public:
[FieldLengthAttribute(9999)]
virtual property String^ Value {
String^ get ();
void set (String^ value);
}
[<FieldLengthAttribute(9999)>]
abstract Value : string with get, set
[<FieldLengthAttribute(9999)>]
override Value : string with get, set
Property Value
Type:
String
See Also