LogicalCollection.Item Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

LogicalCollection.Item Property

BR.AN.PviServices .NET


Gets a PviServices object by its name.

[Visual Basic]

Public ReadOnly Property Item( _

  ByVal name As String _

) As Object

  Public Get

  End Get

End Property

[C#]

public object this[

  string name

] { public get; }

Parameters

name

The object name to search for.

See Also

LogicalCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]