ReadOnlyRpcMethodCollection.Item Property (String)

Gets the IRpcMethod with the specified method name.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public IRpcMethod this[
    string methodName
] { get; }

VB

Public ReadOnly Default Property Item ( 
    methodName As String
) As IRpcMethod
    Get

Parameters

methodName

Type: System.String
Name of the method.

Return Value

Type: IRpcMethod
RpcMethod.

Exceptions

Exception

Condition

KeyNotFoundException

Reference

ReadOnlyRpcMethodCollection Class

Item Overload

TwinCAT.TypeSystem Namespace