Share via


FunctionResult.ValueType Property

Definition

Gets the Type of the function's result.

public Type? ValueType { get; }
member this.ValueType : Type
Public ReadOnly Property ValueType As Type

Property Value

Remarks

This or a base type is the type expected to be passed as the generic argument to GetValue<T>().

Applies to