IInstance.IsReference Property

Indicates that the IInstance represents a Reference type (REFERENCE TO)

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

Syntax

C#

bool IsReference { get; }

VB

ReadOnly Property IsReference As Boolean
    Get

Property Value

Type: Boolean
true if is ReferenceTo, otherwise false.

Reference

IInstance Interface

TwinCAT.TypeSystem Namespace