IEdmTypeReference.Definition Property
Gets the definition to which this type refers.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Definition As IEdmType
Get
'Usage
Dim instance As IEdmTypeReference
Dim value As IEdmType
value = instance.Definition
IEdmType Definition { get; }
property IEdmType^ Definition {
IEdmType^ get ();
}
abstract Definition : IEdmType
function get Definition () : IEdmType
Property Value
Type: Microsoft.Data.Edm.IEdmType
The definition to which this type refers.