[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt den bereitgestellten Datentyp zurück.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public Type SupportedDataType { get; set; } |
Visual Basic |
---|
Public Property SupportedDataType As Type
Get
Set |
F# |
---|
abstract SupportedDataType : Type with get, set
override SupportedDataType : Type with get, set |
Field Value
Der aktuelle Datentyp, oder
null,
wenn keiner bereitgestellt wird.
Implements
IOutPortDataTypeProvider..::..SupportedDataType
See Also