ModuleCollection.Item Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

ModuleCollection.Item Property

BR.AN.PviServices .NET


Gets a Module object by its name.

[Visual Basic]

Public ReadOnly Property Item( _

  ByVal name As String _

) As Module

  Public Get

  End Get

End Property

[C#]

public Module this[

  string name

] { public get; }

Parameters

name

The search name.

See Also

ModuleCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]