IDtoProperty.GetValue method

Gets the value of the property or field for the specified instance of the DTO.

public object? GetValue(object source)
parameter description
source The DTO instance.

See Also