ParameterInfo.DataType Property

Definition

Gets the data type of the ParameterInfo object.

public:
 property TypeCode DataType { TypeCode get(); };
public TypeCode DataType { get; }
member this.DataType : TypeCode
Public ReadOnly Property DataType As TypeCode

Property Value

The data type of the specified object.

Applies to