ReflectedHttpParameterDescriptor.ParameterName Property
Gets the name of the parameter.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ParameterName As String
Get
'Usage
Dim instance As ReflectedHttpParameterDescriptor
Dim value As String
value = instance.ParameterName
public override string ParameterName { get; }
public:
virtual property String^ ParameterName {
String^ get () override;
}
abstract ParameterName : string
override ParameterName : string
override function get ParameterName () : String
Property Value
Type: System.String
The name of the parameter.