Properties Property

Gets the value annotations for the properties of the type.

Namespace:  Microsoft.Data.Edm.Annotations
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
ReadOnly Property Properties As IEnumerable(Of IEdmPropertyValueBinding)
    Get
'Usage
Dim instance As IEdmTypeAnnotation
Dim value As IEnumerable(Of IEdmPropertyValueBinding)

value = instance.Properties
IEnumerable<IEdmPropertyValueBinding> Properties { get; }
property IEnumerable<IEdmPropertyValueBinding^>^ Properties {
    IEnumerable<IEdmPropertyValueBinding^>^ get ();
}
abstract Properties : IEnumerable<IEdmPropertyValueBinding>
function get Properties () : IEnumerable<IEdmPropertyValueBinding>

Property Value

Type: System.Collections.Generic..::..IEnumerable< (Of < ( <'IEdmPropertyValueBinding> ) > ) >
The value annotations for the properties of the type.

See Also

Reference

IEdmTypeAnnotation Interface

Microsoft.Data.Edm.Annotations Namespace