The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ApiDescription::ParameterDescriptions Property
Gets the parameter descriptions.
Assembly: System.Web.Http (in System.Web.Http.dll)
public: property Collection<ApiParameterDescription^>^ ParameterDescriptions { [CompilerGeneratedAttribute] Collection<ApiParameterDescription^>^ get(); [CompilerGeneratedAttribute] internal: void set(Collection<ApiParameterDescription^>^ value); }
Property Value
Type: System.Collections.ObjectModel::Collection<ApiParameterDescription^>^The parameter descriptions.
Show: