IVssComponentRestoreName Property |
Obtains the logical name assigned to a component that is being restored.
Namespace: Alphaleonis.Win32.VssAssembly: AlphaVSS.Common (in AlphaVSS.Common.dll) Version: 1.3.0.0 (1.3.0.0)
Syntaxstring RestoreName { get; }
ReadOnly Property RestoreName As String
Get
property String^ RestoreName {
String^ get ();
}
Property Value
Type:
String
A string containing the restore name for the component, or
if the operation
is not supported on the current operating system.
Remarks
The RestoreName property can only be accessed during a restore operation.
A writer indicates that it supports this method by setting the RestoreRename
flag in its backup schema mask.
For more information, see
Setting VSS Restore Options.
Note |
---|
Windows XP and Windows 2003: This property requires Windows Vista or later and will always return
on unsupported operating systems.
|
See Also