Share via


ODataDeltaDeletedEntry.Reason Property

Definition

Optional. Either deleted, if the entity was deleted (destroyed), or changed if the entity was removed from membership in the result (i.e., due to a data change).

public Microsoft.OData.DeltaDeletedEntryReason? Reason { get; set; }
member this.Reason : Nullable<Microsoft.OData.DeltaDeletedEntryReason> with get, set
Public Property Reason As Nullable(Of DeltaDeletedEntryReason)

Property Value

Applies to