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-SearchcriteriaFiltersValueRangeUpper  -Value 20 `
-Inclusive false
  • Convert the resource to JSON
$SearchcriteriaFiltersValueRangeUpper | ConvertTo-JSON

[Back to top]