Skip to main content

SearchCriteriaFiltersValueRange

Properties

NameTypeDescriptionNotes
LowerSearchCriteriaFiltersValueRangeLower[optional]
UpperSearchCriteriaFiltersValueRangeUpper[optional]

Examples

  • Prepare the resource
$SearchCriteriaFiltersValueRange = Initialize-BetaSearchCriteriaFiltersValueRange  -Lower null `
-Upper null
  • Convert the resource to JSON
$SearchCriteriaFiltersValueRange | ConvertTo-JSON

[Back to top]