ReadOnly Property

Whether the virtual drive 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 drive in read-only mode when MountMedia is called.

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

Data Type

bool

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