PropertiesXXX Property

Gets {insert text here}.

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

Syntax

'Declaration
ReadOnly Property PropertiesXXX As ICollection(Of IProperty)
    Get
'Usage
Dim instance As IEntityType
Dim value As ICollection(Of IProperty)

value = instance.PropertiesXXX
ICollection<IProperty> PropertiesXXX { get; }
property ICollection<IProperty^>^ PropertiesXXX {
    ICollection<IProperty^>^ get ();
}
abstract PropertiesXXX : ICollection<IProperty>
function get PropertiesXXX () : ICollection<IProperty>

Property Value

Type: System.Collections.Generic..::..ICollection< (Of < ( <'IProperty> ) > ) >

See Also

Reference

IEntityType Interface

Microsoft.Data.Tools.Model.EntityDataModel Namespace