Returns the named data register from the collection.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overloads MustOverride ReadOnly Property Item( _
ByVal name As String _
) As DataRegister |
Parameters
- name
- The name of the data register to retrieve ("D1" through "D20").
Property Value
The named data register, or null if no data register of the supplied name exists.
Example
| C# | Copy Code |
|---|
DataRegister d2 = app.DataRegisters["D2"]; |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also