Initializes a new instance of the SpanAttribute class.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public SpanAttribute(
	bool compress,
	bool encrypt
)
Visual Basic
Public Sub New ( _
	compress As Boolean, _
	encrypt As Boolean _
)
Visual C++
public:
SpanAttribute(
	bool compress, 
	bool encrypt
)

Parameters

compress
Type: System..::..Boolean
if set to true compress the data.
encrypt
Type: System..::..Boolean
if set to true encrypt the data.

See Also