Skip to main content

Listpredefinedselectoptionsresponse

Properties

NameTypeDescriptionNotes
Results[]StringResults holds a list of PreDefinedSelectOption items[optional]

Examples

  • Prepare the resource
$Listpredefinedselectoptionsresponse = Initialize-Listpredefinedselectoptionsresponse  -Results null
  • Convert the resource to JSON
$Listpredefinedselectoptionsresponse | ConvertTo-JSON

[Back to top]