IFileSystemImage3FileSystemsToCreate Property |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax FsiFileSystems FileSystemsToCreate { get; set; }
Property FileSystemsToCreate As FsiFileSystems
Get
Set
Dim instance As IFileSystemImage3
Dim value As FsiFileSystems
value = instance.FileSystemsToCreate
instance.FileSystemsToCreate = value
abstract FileSystemsToCreate : FsiFileSystems with get, set
/** @property */
FsiFileSystems get_FileSystemsToCreate()
/** @property */
void set_FileSystemsToCreate(FsiFileSystems value)
function get FileSystemsToCreate () : FsiFileSystems
function set FileSystemsToCreate (value : FsiFileSystems)
function get_FileSystemsToCreate();
function set_FileSystemsToCreate(value);
Property Value
Type:
FsiFileSystemsSee Also