IVsDataParameter.FrameworkDataType Property

Definition

Gets the .NET Framework type of the parameter.

public:
 property Type ^ FrameworkDataType { Type ^ get(); };
public Type FrameworkDataType { get; }
member this.FrameworkDataType : Type
Public ReadOnly Property FrameworkDataType As Type

Property Value

A Type as the .NET Framework type of this parameter.

Applies to