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