Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of the parameter.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ParameterType As Type
Get
'Usage
Dim instance As ReflectedHttpParameterDescriptor
Dim value As Type
value = instance.ParameterType
public override Type ParameterType { get; }
public:
virtual property Type^ ParameterType {
Type^ get () override;
}
abstract ParameterType : Type
override ParameterType : Type
override function get ParameterType () : Type
Property Value
Type: System.Type
The type of the parameter.