Share via


ActionConfiguration.IsSideEffecting Property

 

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

Syntax

public override bool IsSideEffecting { get; }
public:
property bool IsSideEffecting {
    virtual bool get() override;
}
override IsSideEffecting : bool with get
Public Overrides ReadOnly Property IsSideEffecting As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

ActionConfiguration Class
System.Web.OData.Builder Namespace

Return to top