EdmProperty.Type Property

Gets or sets the type of this property.

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

Syntax

'Declaration
Public ReadOnly Property Type As IEdmTypeReference 
    Get
'Usage
Dim instance As EdmProperty 
Dim value As IEdmTypeReference 

value = instance.Type
public IEdmTypeReference Type { get; }
public:
virtual property IEdmTypeReference^ Type {
    IEdmTypeReference^ get () sealed;
}
abstract Type : IEdmTypeReference 
override Type : IEdmTypeReference
final function get Type () : IEdmTypeReference

Property Value

Type: Microsoft.Data.Edm.IEdmTypeReference
The type of this property.

Implements

IEdmProperty.Type

See Also

Reference

EdmProperty Class

Microsoft.Data.Edm.Library Namespace