Microsoft Graph · Schema

win32LobAppReturnCode

Contains return code properties for a Win32 App

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
returnCode number Return code.
type object
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwin32lobappreturncode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.win32LobAppReturnCode",
  "title": "win32LobAppReturnCode",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "returnCode": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Return code.",
      "format": "int32"
    },
    "type": {
      "$ref": "#/components/schemas/microsoft.graph.win32LobAppReturnCodeType"
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "Contains return code properties for a Win32 App"
}