Dart.PowerTCP.Zip Namespace > Archive Class : SpanConfiguration Property |
<BrowsableAttribute(False)> <ReadOnlyAttribute(True)> Public Property SpanConfiguration As SpanConfiguration
Dim instance As Archive Dim value As SpanConfiguration instance.SpanConfiguration = value value = instance.SpanConfiguration
[Browsable(false)] [ReadOnly(true)] public SpanConfiguration SpanConfiguration {get; set;}
[Browsable(false)] [ReadOnly(true)] public: __property SpanConfiguration* get_SpanConfiguration(); public: __property void set_SpanConfiguration( SpanConfiguration* value );
[Browsable(false)] [ReadOnly(true)] public: property SpanConfiguration^ SpanConfiguration { SpanConfiguration^ get(); void set ( SpanConfiguration^ value); }
To use spanning, create a new SpanConfiguration object. Set the properties of this object to configure how spanning occurs. Then, set this property equal to that object.
The default value of null means no spanning or splitting will be used during a zip operation.
Please note that a spanned archive can only be opened for unzipping. In other words, Add, Remove, Insert and Zip operations can not be applied to an existing spanned archive.