RuntimeEntityDescription.RequiresDuplicateDetection Property

Gets or sets whether duplicate detection is required.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
Public Property RequiresDuplicateDetection As Boolean
    Get
    Set
'Usage
Dim instance As RuntimeEntityDescription
Dim value As Boolean

value = instance.RequiresDuplicateDetection

instance.RequiresDuplicateDetection = value
public bool RequiresDuplicateDetection { get; set; }
public:
property bool RequiresDuplicateDetection {
    bool get ();
    void set (bool value);
}
member RequiresDuplicateDetection : bool with get, set
function get RequiresDuplicateDetection () : boolean
function set RequiresDuplicateDetection (value : boolean)

Property Value

Type: System.Boolean
true if duplicate detection is required; otherwise, false.

See Also

Reference

RuntimeEntityDescription Class

Microsoft.ServiceBus.Messaging Namespace