[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt den für die aktuelle Verbindung ausgewählten Datentyp zurück, oder legt ihn fest.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public virtual Type SupportedDataType { get; internal set; }
Visual Basic
Public Overridable Property SupportedDataType As Type
	Get
	Friend Set
F#
abstract SupportedDataType : Type with get, internal set
override SupportedDataType : Type with get, internal set

Field Value

Der aktuelle Datentyp, oder null, wenn keine Verbindung besteht.

Implements

IOutPortDataTypeProvider..::..SupportedDataType

See Also