ParameterConfiguration.Name Property
The name of the parameter
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public string Name {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
protected set;
}
public:
property String^ Name {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
protected: void set(String^ value);
}
member Name : string with get, set
Public Property Name As String
Get
Protected Set
End Property
Property Value
Type: System.String
See Also
ParameterConfiguration Class
System.Web.OData.Builder Namespace
Return to top