ServiceBusTopic.RequiresDuplicateDetection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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