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 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.