OperationalStatePropertyDataType Property

Data type of the operational state property.

Definition

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
C#
public string DataType { get; }

Property Value

String

Remarks

This will be the CLR type name not the C# shortcut name e.g. It will be Boolean and not bool, Int32 and not int.

Version Information

Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10

See Also