Skip to main content

Listformdefinitionsbytenantresponse

Properties

NameTypeDescriptionNotes
CountInt64Count number of results.[optional]
Results[]FormdefinitionresponseList of FormDefinitionResponse items.[optional]

Examples

  • Prepare the resource
$Listformdefinitionsbytenantresponse = Initialize-Listformdefinitionsbytenantresponse  -Count 1 `
-Results null
  • Convert the resource to JSON
$Listformdefinitionsbytenantresponse | ConvertTo-JSON

[Back to top]