ReadOnly Property

Whether the virtual disk should be mounted in read-only mode.

Syntax

func (obj *CBDisk) ReadOnly() (bool, error)
func (obj *CBDisk) SetReadOnly(value bool) error

Default Value

false

Remarks

This property specifies whether the component should mount the virtual disk in read-only mode when MountMedia is called.

Note: This property cannot be changed when Active is true.

Data Type

bool

 
 
Copyright (c) 2020 Callback Technologies, Inc. - All rights reserved.
CBFS Disk 2020 Go Edition - Version 20.0 [Build 7650]