TaskClassCollection.Item Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TaskClassCollection.Item Property

BR.AN.PviServices .NET


Gets a TaskClass object by its index

[Visual Basic]

Public ReadOnly Property Item( _

  ByVal index As Integer _

) As TaskClass

  Public Get

  End Get

End Property

[C#]

public TaskClass this[

  int index

] { public get; }

Parameters

index

The numeric index.

See Also

TaskClassCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]