CapeIdentification(String, String) Constructor

Creates an instance of the CapeIdentification class with the name and description of the PMC.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public CapeIdentification(
	string name,
	string description
)

Parameters

name  String
The name of the PMC.
description  String
The description of the PMC.

Remarks

You can use this constructor to specify a specific the name and description of the PMC.

See Also