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 MustOverride ReadOnly Property ParameterType As Type
Get
'Usage
Dim instance As HttpParameterDescriptor
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.Type
The type of the parameter.