AliasFolder Constructor
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of AliasFolder 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 AliasFolder( string Name, string Description ) |
| Visual C++ |
|---|
public: AliasFolder( String^ Name, String^ Description ) |
Parameters
- Name
- Type: System.String
The name of the AliasFolder.
- Description
- Type: System.String
The description of the AliasFolder.