Duplicates Property

Gets {insert text here}.

Namespace:  Microsoft.Data.Tools.Model
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
ReadOnly Property Duplicates As IEnumerable(Of T)
    Get
'Usage
Dim instance As IReferenceProperty
Dim value As IEnumerable(Of T)

value = instance.Duplicates
IEnumerable<T> Duplicates { get; }
property IEnumerable<T>^ Duplicates {
    IEnumerable<T>^ get ();
}
abstract Duplicates : IEnumerable<'T>
function get Duplicates () : IEnumerable<T>

Property Value

Type: System.Collections.Generic..::..IEnumerable< (Of < ( <'T> ) > ) >

See Also

Reference

IReferenceProperty< (Of < ( <'T> ) > ) > Interface

Microsoft.Data.Tools.Model Namespace