LibraryCollection.Item Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

LibraryCollection.Item Property

BR.AN.PviServices .NET


Indexer function.

[Visual Basic]

Public ReadOnly Property Item( _

  ByVal name As String _

) As Library

  Public Get

  End Get

End Property

[C#]

public Library this[

  string name

] { public get; }

Parameters

name

The name used as indexer.

See Also

LibraryCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]