UpdateActionDescriptor.ChangeOperation Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the ChangeOperation type for the update action.

Namespace:  System.Web.Http.Data
Assembly:  System.Web.Http.Data (in System.Web.Http.Data.dll)

Syntax

'Declaration
Public ReadOnly Property ChangeOperation As ChangeOperation
public ChangeOperation ChangeOperation { get; }
public:
property ChangeOperation ChangeOperation {
    ChangeOperation get ();
}
member ChangeOperation : ChangeOperation
function get ChangeOperation () : ChangeOperation

Property Value

Type: System.Web.Http.Data.ChangeOperation

See Also

Reference

UpdateActionDescriptor Class

System.Web.Http.Data Namespace