Gets or sets whether to allow the end-user the option of specifying the destination directory.
Public Property EnablePath As Boolean
Dim instance As SelfExtractConfiguration
Dim value As Boolean
instance.EnablePath = value
value = instance.EnablePath
public bool EnablePath {get; set;}
public: __property bool get_EnablePath();
public: __property void set_EnablePath(
bool value
);
public:
property bool EnablePath {
bool get();
void set ( bool value);
}
Property Value
A boolean specifying whether to allow end-user the option of specifying the destination directory. The default value is true.