PowerTCP Zip Compression for .NET
FileToExecute Property




Gets or sets the file to execute immediately after the self-extraction process completes.
Syntax
Public Property FileToExecute As String
Dim instance As SelfExtractConfiguration
Dim value As String
 
instance.FileToExecute = value
 
value = instance.FileToExecute
public string FileToExecute {get; set;}
public: __property string* get_FileToExecute();
public: __property void set_FileToExecute( 
   string* value
);
public:
property String^ FileToExecute {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

SelfExtractConfiguration Class
SelfExtractConfiguration Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic