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