Instance.IsReference Property

Gets a value indicating whether this instance is reference.

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

Syntax

C#

public bool IsReference { get; }

VB

Public ReadOnly Property IsReference As Boolean
    Get

Property Value

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

Implements

IInstance.IsReference

Reference

Instance Class

TwinCAT.Ads.TypeSystem Namespace