This documentation is archived and is not being maintained.
TopicSettings.RequiresDuplicateDetection Property
Gets or sets the value that indicates whether a topic requires duplication detection.
Namespace:
Microsoft.WindowsAzure.MessagingAssembly:
Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
<DataMemberAttribute(Order := 2)>
Public Property RequiresDuplicateDetection As Nullable(Of Boolean)
Property Value
Type:
System.Nullable(Of Boolean)true if a topic requires duplication detection; otherwise, false.
Return to top