Skip to main content

SearchCriteriaFiltersValueRangeLower

Properties

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

Examples

  • Prepare the resource
$SearchCriteriaFiltersValueRangeLower = Initialize-V2025SearchCriteriaFiltersValueRangeLower  -Value 10 `
-Inclusive true
  • Convert the resource to JSON
$SearchCriteriaFiltersValueRangeLower | ConvertTo-JSON

[Back to top]