Cape Identification(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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public CapeIdentification(
string name,
string description
)VB
Public Sub New (
name As String,
description As String
)Parameters
Remarks
You can use this constructor to specify a
specific the name and description of the PMC.