TaskCollection.Item Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TaskCollection.Item Property

BR.AN.PviServices .NET


Gets a Task object by its index.

[Visual Basic]

Public ReadOnly Property Item( _

  ByVal name As String _

) As Task

  Public Get

  End Get

End Property

[C#]

public Task this[

  string name

] { public get; }

Parameters

name

The name of the task.

See Also

TaskCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]