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