DotNetParameter.TypeName
- Updated2025-07-21
- 1 minute(s) read
DotNetParameter.TypeName
Syntax
DotNetParameter.TypeName
Data Type
Purpose
Returns the .NET name for the data type of the parameter.
Remarks
This property is similar to the DotNetParameter.DisplayType property, which contains the TestStand type followed by the .NET type name in parentheses. The DotNetParameter.TypeName property contains only the .NET type name.
For the following .NET types, the DotNetParameter.TypeName property omits the System namespace prefix: Boolean , Byte , Char , Double , Int16 , Int32 , Int64 , IntPtr , SByte , Single , UInt16 , UInt32 , UInt64 , and UIntPtr .