TopicInner.RequiresDuplicateDetection Property

Definition

Gets or sets value indicating if this topic requires duplicate detection.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.requiresDuplicateDetection")]
public bool? RequiresDuplicateDetection { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.requiresDuplicateDetection")>]
member this.RequiresDuplicateDetection : Nullable<bool> with get, set
Public Property RequiresDuplicateDetection As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to