TargetObjectCollection.Item Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TargetObjectCollection.Item Property

BR.AN.PviServices .NET


Indexer function.

[Visual Basic]

Public ReadOnly Property Item( _

  ByVal indexer As Integer _

) As TargetObjectBase

  Public Get

  End Get

End Property

[C#]

public TargetObjectBase this[

  int indexer

] { public get; }

Parameters

indexer

The numeric indexer.

See Also

TargetObjectCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]