RpcMethod.Parameters Property

Gets the Method parameter descriptions.

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

Syntax

C#

public ReadOnlyMethodParameterCollection Parameters { get; }

VB

Public ReadOnly Property Parameters As ReadOnlyMethodParameterCollection
    Get

Property Value

Type: ReadOnlyMethodParameterCollection
The parameters.

Implements

IRpcMethod.Parameters

Reference

RpcMethod Class

TwinCAT.Ads.TypeSystem Namespace