|
ImageMetadataRepositoryPath Property |
Path of the Repository
Namespace: DrawerBackup.Storage.ImagingAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic string RepositoryPath { get; set; }
Public Property RepositoryPath As String
Get
Set
public:
property String^ RepositoryPath {
String^ get ();
void set (String^ value);
}
member RepositoryPath : string with get, set
Property Value
Type:
String
See Also