DataType.Name Property

Gets the name of the Data Type (without namespace)

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

Syntax

C#

public string Name { get; }

VB

Public ReadOnly Property Name As String
    Get

Property Value

Type: String
The name.

Implements

IDataType.Name

Reference

DataType Class

TwinCAT.Ads.TypeSystem Namespace