Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: microsoft.graph
A term. This represents a designated portion of the academic year. It's used within educationClass.
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | Display name of the term. |
| endDate | Date | End of the term. |
| externalId | String | ID of term in the syncing system. |
| startDate | Date | Start of the term. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.educationTerm",
"displayName": "String",
"endDate": "Date",
"externalId": "String",
"startDate": "Date"
}