IRpcMethod.IsVoid Property

Gets a value indicating whether this IRpcMethod has no return parameter

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

Syntax

C#

bool IsVoid { get; }

VB

ReadOnly Property IsVoid As Boolean
    Get

Property Value

Type: Boolean
true if this instance is void; otherwise, false.

Reference

IRpcMethod Interface

TwinCAT.TypeSystem Namespace