Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the new name for the drive.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public string Name { get; set; }
public:
property String^ Name {
String^ get();
void set(String^ value);
}
Public Property Name As String
Property Value
Type: System.String
A string that contains the new name for the drive.
See Also
ModifyDriveRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top