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.
The name of the parameter
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.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.Http.OData.Builder Namespace
Return to top