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 or sets the parameter descriptor.
Namespace: System.Web.Http.Description
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property ParameterDescriptor As HttpParameterDescriptor
Get
Set
'Usage
Dim instance As ApiParameterDescription
Dim value As HttpParameterDescriptor
value = instance.ParameterDescriptor
instance.ParameterDescriptor = value
public HttpParameterDescriptor ParameterDescriptor { get; set; }
public:
property HttpParameterDescriptor^ ParameterDescriptor {
HttpParameterDescriptor^ get ();
void set (HttpParameterDescriptor^ value);
}
member ParameterDescriptor : HttpParameterDescriptor with get, set
function get ParameterDescriptor () : HttpParameterDescriptor
function set ParameterDescriptor (value : HttpParameterDescriptor)
Property Value
Type: System.Web.Http.Controllers.HttpParameterDescriptor
The parameter descriptor.