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 Kind of procedure, which can be either Action, Function or ServiceOperation
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public abstract ProcedureKind Kind { get; }
public:
property ProcedureKind Kind {
virtual ProcedureKind get() abstract;
}
abstract Kind : ProcedureKind with get
Public MustOverride ReadOnly Property Kind As ProcedureKind
Property Value
Type: System.Web.Http.OData.Builder.ProcedureKind
See Also
ProcedureConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top