AlarmFolder Constructor
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Initializes a new instance of AlarmFolder with the specified name and description.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ Name As String, _ Description As String _ ) |
| C# |
|---|
public AlarmFolder( string Name, string Description ) |
| Visual C++ |
|---|
public: AlarmFolder( String^ Name, String^ Description ) |
Parameters
- Name
- Type: System.String
The name of the AlarmFolder.
- Description
- Type: System.String
The description of the AlarmFolder.