In This Topic
Gets a document variable by the case-insensitive name.
Syntax
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As System.String _
) As Variable
public Variable Item(
System.string
) {get;}
Parameters
- name
- The case-insensitive name of the variable.
Property Value
A
Variable with the specified name.
See Also