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 type returned when the procedure is invoked.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IEdmTypeConfiguration ReturnType {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property IEdmTypeConfiguration^ ReturnType {
[CompilerGeneratedAttribute]
IEdmTypeConfiguration^ get();
[CompilerGeneratedAttribute]
void set(IEdmTypeConfiguration^ value);
}
member ReturnType : IEdmTypeConfiguration with get, set
Public Property ReturnType As IEdmTypeConfiguration
Property Value
Type: System.Web.Http.OData.Builder.IEdmTypeConfiguration
See Also
ProcedureConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top