DomainRelationshipAttribute.AllowsDuplicates Property

Definition

Gets or sets whether domain relationship allows creating multiple instances between the same pair of elements.

public:
 property bool AllowsDuplicates { bool get(); void set(bool value); };
public bool AllowsDuplicates { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.AllowsDuplicates : bool with get, set
Public Property AllowsDuplicates As Boolean

Property Value

Attributes

Applies to