|
StorageRepositoryArchivePrefix Property |
Repository Archive Prefix
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 ArchivePrefix { get; set; }
<FieldLengthAttribute(20)>
Public Overridable Property ArchivePrefix As String
Get
Set
public:
[FieldLengthAttribute(20)]
virtual property String^ ArchivePrefix {
String^ get ();
void set (String^ value);
}
[<FieldLengthAttribute(20)>]
abstract ArchivePrefix : string with get, set
[<FieldLengthAttribute(20)>]
override ArchivePrefix : string with get, set
Property Value
Type:
String
See Also