HttpParameterBinding.Descriptor Property

Gets the HttpParameterDescriptor that was used to initialize this instance.

Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public ReadOnly Property Descriptor As HttpParameterDescriptor 
    Get
'Usage
Dim instance As HttpParameterBinding 
Dim value As HttpParameterDescriptor 

value = instance.Descriptor
public HttpParameterDescriptor Descriptor { get; }
public:
property HttpParameterDescriptor^ Descriptor {
    HttpParameterDescriptor^ get ();
}
member Descriptor : HttpParameterDescriptor
function get Descriptor () : HttpParameterDescriptor

Property Value

Type: System.Web.Http.Controllers.HttpParameterDescriptor
The HttpParameterDescriptor instance.

See Also

Reference

HttpParameterBinding Class

System.Web.Http.Controllers Namespace