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-SearchcriteriaFiltersValueRangeLower  -Value 10 `
-Inclusive true
  • Convert the resource to JSON
$SearchcriteriaFiltersValueRangeLower | ConvertTo-JSON

[Back to top]