Opalis Quick Integration Kit 3.0
Initializes a new instance of the OpalisOutputAttributeclass with a name and a description.

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

Syntax

C#
public 
OpalisOutputAttribute(
	
string 
name,
	
string 
description
)
Visual Basic (Declaration)
Public 
Sub 
New ( _
	
name 
As 
String, _
	
description 
As 
String _
)
Visual C++
public:
OpalisOutputAttribute(
	
String^ 
name, 
	
String^ 
description
)

Parameters

name
Type: System . . :: . String
The name of the OpalisOutput
description
Type: System . . :: . String
A description of the OpalisOutput.

See Also