StructType.IsDerived Property
Gets a value indicating whether this instance is derived.
Namespace: TwinCAT.Ads.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool IsDerived { get; }
VB
Public ReadOnly Property IsDerived As Boolean
Get
Property Value
Type: Boolean
true if this instance is derived;
otherwise, false.