PowerTCP Zip Compression for .NET
Behavior Property




Gets or sets the execution behavior of the self-extracting file.
Syntax
Public Property Behavior As SelfExtractBehavior
Dim instance As SelfExtractConfiguration
Dim value As SelfExtractBehavior
 
instance.Behavior = value
 
value = instance.Behavior
public SelfExtractBehavior Behavior {get; set;}
public: __property SelfExtractBehavior get_Behavior();
public: __property void set_Behavior( 
   SelfExtractBehavior value
);
public:
property SelfExtractBehavior Behavior {
   SelfExtractBehavior get();
   void set (    SelfExtractBehavior 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