ServiceCollection.Item Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

ServiceCollection.Item Property

BR.AN.PviServices .NET


Gets a Service object by its name.

[Visual Basic]

Public ReadOnly Property Item( _

  ByVal name As String _

) As Service

  Public Get

  End Get

End Property

[C#]

public Service this[

  string name

] { public get; }

Parameters

name

The name of the object.

See Also

ServiceCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]