DataType.Attributes Property

Gets the attributes of the IDataType

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

Syntax

C#

public ReadOnlyTypeAttributeCollection Attributes { get; }

VB

Public ReadOnly Property Attributes As ReadOnlyTypeAttributeCollection
    Get

Property Value

Type: ReadOnlyTypeAttributeCollection
The attributes.

Implements

IDataType.Attributes

Exceptions

Exception

Condition

NotImplementedException

Reference

DataType Class

TwinCAT.Ads.TypeSystem Namespace