Icon resource type

Namespace: microsoft.graph

Represents a cell icon.

Methods

Method Return Type Description
Get Icon Icon Read properties and relationships of icon object.
Update Icon Update Icon object.

Properties

Property Type Description
index int Represents the index of the icon in the given set.
set string Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.

Relationships

None

JSON representation

The following JSON representation shows the resource type.

{
  "index": 1024,
  "set": "string"
}