Microsoft Internet Security and Acceleration Server 2000

FPCDiskDrive.Name Property

Gets the name of the drive; for example, "C:" or "D:". The drive name that is returned cannot be changed with this property.

VBScript Syntax[VBScript]

[ sName = ] FPCDiskDrive.Name

C++ Syntax[C++]

HRESULT get_Name(
  BSTR *psName
);

Parameters

sName
String that specifies the name of the drive.

The property is read-only.

Applies To

FPCDiskDrive