OperationalStatePropertyDataType Property
Data type of the operational state property.
Namespace: ASCOM.Common.DeviceInterfacesAssembly: ASCOM.Common (in ASCOM.Common.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
public string DataType { get; }
Public ReadOnly Property DataType As String
Get
Property Value
String
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.
Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10