DriveShortInfo.VolumeName Property
Gets and sets the volume name.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public string VolumeName { get; set; }
public:
[DataMemberAttribute]
property String^ VolumeName {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property VolumeName As String
Property Value
Type: System.String
The volume name.
See Also
DriveShortInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top