CpuCollection.Item Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

CpuCollection.Item Property

BR.AN.PviServices .NET


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; }

Parameters

address

The address to search for.

See Also

CpuCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]