SoftDeleteColumnDeletionDetectionPolicy.SoftDeleteMarkerValue Property

Definition

Gets or sets the marker value that identifies an item as deleted.

[Newtonsoft.Json.JsonProperty(PropertyName="softDeleteMarkerValue")]
public string SoftDeleteMarkerValue { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="softDeleteMarkerValue")>]
member this.SoftDeleteMarkerValue : string with get, set
Public Property SoftDeleteMarkerValue As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to