TopicSettings.RequiresDuplicateDetection Property

 

Gets or sets the value that indicates whether a topic requires duplication detection.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  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
Show: