StorageManager.GetServerDrives Method (String)
Retrieves the storage drives on a server.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public IList<DriveShortInfo> GetServerDrives(
string deviceName
)
public:
IList<DriveShortInfo^>^ GetServerDrives(
String^ deviceName
)
Public Function GetServerDrives (
deviceName As String
) As IList(Of DriveShortInfo)
Parameters
deviceName
Type: System.StringThe device name of the server.
Return Value
Type: System.Collections.Generic.IList<DriveShortInfo>
A list of storage drives on the server.
See Also
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top