Gets or sets whether to give the end-user a PreservePath option.
Public Property EnablePreservePath As Boolean
Dim instance As SelfExtractConfiguration
Dim value As Boolean
instance.EnablePreservePath = value
value = instance.EnablePreservePath
public bool EnablePreservePath {get; set;}
public: __property bool get_EnablePreservePath();
public: __property void set_EnablePreservePath(
bool value
);
public:
property bool EnablePreservePath {
bool get();
void set ( bool value);
}
Property Value
A boolean specifying whether to give the end-user a PreservePath option. The default value is true.