ClassProperty

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
name string
type string
isReadOnly boolean
description string
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-classproperty-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClassProperty",
  "title": "ClassProperty",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "isReadOnly": {
      "type": "boolean"
    },
    "description": {
      "type": "string"
    }
  }
}