StructType.BaseTypeName Property

Gets the the Name of the Base class (if derived)

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

Syntax

C#

public string BaseTypeName { get; }

VB

Public ReadOnly Property BaseTypeName As String
    Get

Property Value

Type: String
Empty if not derived.

Implements

IStructType.BaseTypeName

Reference

StructType Class

TwinCAT.Ads.TypeSystem Namespace