Share via


ProcedureConfiguration.IsSideEffecting Property

Does the procedure have side-effects.

Namespace:  System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsSideEffecting As Boolean 
    Get
'Usage
Dim instance As ProcedureConfiguration 
Dim value As Boolean 

value = instance.IsSideEffecting
public virtual bool IsSideEffecting { get; }
public:
virtual property bool IsSideEffecting {
    bool get ();
}
abstract IsSideEffecting : bool 
override IsSideEffecting : bool
function get IsSideEffecting () : boolean

Property Value

Type: System.Boolean
true if the procedure has side effects; otherwise, false.

See Also

Reference

ProcedureConfiguration Class

System.Web.Http.OData.Builder Namespace