Opalis Quick Integration Kit 3.0
Gets or sets the description of the output.

Namespace:  Opalis.QuickIntegrationKit
Assembly:  Opalis.QuickIntegrationKit(in Opalis.QuickIntegrationKit.dll) Version: 3.0.0.0 (3.1.0.1)

Syntax

C#
public 
string 
Description { 
get; 
set; }
Visual Basic (Declaration)
Public 
Property 
Description 
As 
String
Visual C++
public:
property 
String^ 
Description {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

Field Value

A description of the output.

See Also