Discuss this help topic in SecureBlackbox Forum
Specifies whether the file is a volume label.
Declaration
[VB.NET]
Property VolumeLabel As Boolean
[Pascal]
property VolumeLabel : boolean;
[C++]
bool get_VolumeLabel();
void set_VolumeLabel(bool Value);
[PHP]
bool get_VolumeLabel()
void set_VolumeLabel(bool $Value)
[Java]
boolean getVolumeLabel();
void setVolumeLabel(boolean Value);
Description
Use this property to specify whether the file is a volume label.
Discuss this help topic in SecureBlackbox Forum