Cape Identification(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
)VB
Public Sub New (
name As String
)Parameters
- name String
- The name of the PMC.
Remarks
You can use this constructor to specify a
specific the name of the PMC.