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