Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the return type of this function.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property ReturnType As IEdmTypeReference
Get
'Usage
Dim instance As IEdmFunctionBase
Dim value As IEdmTypeReference
value = instance.ReturnType
IEdmTypeReference ReturnType { get; }
property IEdmTypeReference^ ReturnType {
IEdmTypeReference^ get ();
}
abstract ReturnType : IEdmTypeReference
function get ReturnType () : IEdmTypeReference
Property Value
Type: Microsoft.Data.Edm.IEdmTypeReference
The return type of this function.