Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the return type of this function.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property ReturnType As IEdmTypeReference
Get
'Usage
Dim instance As EdmFunctionBase
Dim value As IEdmTypeReference
value = instance.ReturnType
public IEdmTypeReference ReturnType { get; }
public:
virtual property IEdmTypeReference^ ReturnType {
IEdmTypeReference^ get () sealed;
}
abstract ReturnType : IEdmTypeReference
override ReturnType : IEdmTypeReference
final function get ReturnType () : IEdmTypeReference
Property Value
Type: Microsoft.Data.Edm.IEdmTypeReference
The return type of this function.