ApiParameterDescription.Source Property
Gets or sets the source of the parameter. It may come from the request URI, request body or other places.
Namespace: System.Web.Http.Description
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property Source As ApiParameterSource
Get
Set
'Usage
Dim instance As ApiParameterDescription
Dim value As ApiParameterSource
value = instance.Source
instance.Source = value
public ApiParameterSource Source { get; set; }
public:
property ApiParameterSource Source {
ApiParameterSource get ();
void set (ApiParameterSource value);
}
member Source : ApiParameterSource with get, set
function get Source () : ApiParameterSource
function set Source (value : ApiParameterSource)
Property Value
Type: System.Web.Http.Description.ApiParameterSource
The source.