Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.