DriveId Property
The unique id of the selected drive.
Object Oriented Interface
public function getDriveId(); public function setDriveId($value);
Procedural Interface
incloudstorage_onedrive_get($res, 6 ); incloudstorage_onedrive_set($res, 6, $value );
Default Value
''
Remarks
This property returns the Id of the drive specified by DriveIndex.
The drive Id uniquely identifies the drive, and is used as a parameter to the GetDriveInfo method.
This property is not available at design time.
Data Type
String