Class VssVolumeProperties
The VssVolumeProperties class contains the properties of a shadow copy source volume.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public class VssVolumeProperties
Constructors
| Improve this Doc View SourceVssVolumeProperties(String, String)
Initializes a new instance of the VssVolumeProperties class.
Declaration
public VssVolumeProperties(string volumeName, string volumeDisplayName)
Parameters
Type | Name | Description |
---|---|---|
String | volumeName | Name of the volume. |
String | volumeDisplayName | Display name of the volume. |
Properties
| Improve this Doc View SourceVolumeDisplayName
Gets a string that can be displayed to the user containing the shortest mount point (for example C:).
Declaration
public string VolumeDisplayName { get; }
Property Value
Type | Description |
---|---|
String | A string that can be displayed to the user containing the shortest mount point (for example C:). |
VolumeName
Gets the volume name, in
\?\Volume{GUID}</code> format.
Declaration
public string VolumeName { get; }
Property Value
Type | Description |
---|---|
String | The volume name, in
|