DomainRelationshipInfo.AllowsDuplicates 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.
Gets whether it's allowed to have multiple instances of this domain relationship between the same pair of elements.
public:
property bool AllowsDuplicates { bool get(); };
public bool AllowsDuplicates { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.AllowsDuplicates : bool
Public ReadOnly Property AllowsDuplicates As Boolean
Property Value
- Attributes