ServiceBusTopic.RequiresDuplicateDetection Property

Definition

Optional. If enabled, the topic will detect duplicate messages within the time span specified by the DuplicateDetectionHistoryTimeWindow property. Settable only at topic creation time.* Default: false (see http://msdn.microsoft.com/en-us/library/windowsazure/hh780749.aspx for more information)

public bool RequiresDuplicateDetection { get; set; }
member this.RequiresDuplicateDetection : bool with get, set
Public Property RequiresDuplicateDetection As Boolean

Property Value

Applies to