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

public HttpParameterDescriptor Descriptor { get; }
public:
property HttpParameterDescriptor^ Descriptor {
    HttpParameterDescriptor^ get();
}
member Descriptor : HttpParameterDescriptor with get
Public ReadOnly Property Descriptor As HttpParameterDescriptor

Property Value

Type: System.Web.Http.Controllers.HttpParameterDescriptor

The HttpParameterDescriptor instance.

See Also

HttpParameterBinding Class
System.Web.Http.Controllers Namespace

Return to top