CapeAboutAttribute Constructor

Initializes a new instance of the CapeAboutAttribute class.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public CapeAboutAttribute(
	string About
)

Parameters

About  String
The CAPE-OPEN component about information.

Remarks

The value of the about text is used by the registration function to set the value of the CapeDescription[About] registration key.

See Also