Discuss this help topic in SecureBlackbox Forum
Specifies whether the file is a volume label.
Declaration
[C#/Java]
bool VolumeLabel;
[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)
Description
Use this property to specify whether the file is a volume label.
Discuss this help topic in SecureBlackbox Forum