<< Click to Display Table of Contents >> Navigation: »No topics above this level« VariableCollection.Item Property |
Searches for a variable given a name.
[Visual Basic]
Public ReadOnly Property Item( _
ByVal name As String _
) As Variable
Public Get
End Get
End Property
[C#]
public Variable this[
string name
] { public get; }
name
The name of the variable
VariableCollection Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]