Skip to main content

SearchCriteriaFiltersValueRangeUpper

Properties

NameTypeDescriptionNotes
ValueStringThe upper bound value.[optional]
InclusiveBooleanWhether the upper bound is inclusive.[optional] [default to $false]

Examples

  • Prepare the resource
$SearchCriteriaFiltersValueRangeUpper = Initialize-V2024SearchCriteriaFiltersValueRangeUpper  -Value 20 `
-Inclusive false
  • Convert the resource to JSON
$SearchCriteriaFiltersValueRangeUpper | ConvertTo-JSON

[Back to top]