ParameterInfo.ParameterType Property

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property ParameterType As Type
    Get
'Usage
Dim instance As ParameterInfo
Dim value As Type

value = instance.ParameterType
public abstract Type ParameterType { get; }
public:
virtual property Type^ ParameterType {
    Type^ get () abstract;
}
abstract ParameterType : Type
abstract function get ParameterType () : Type

Property Value

Type: System.Reflection.Mock.Type

.NET Framework Security

See Also

Reference

ParameterInfo Class

ParameterInfo Members

System.Reflection.Mock Namespace