Class ContractsConstants.EntityContainerNames
Singleton/EntitySet constants
Inherited Members
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.Communications.Core.dll
Syntax
public static class EntityContainerNames
Fields
Application
The application singleton root. Compatible for old path.
Declaration
public const string Application = "app"
Field Value
Type | Description |
---|---|
String |
CallRecords
The "callRecords"
Declaration
public const string CallRecords = "callRecords"
Field Value
Type | Description |
---|---|
String |
Communications
The communications singleton for v1.
Declaration
public const string Communications = "communications"
Field Value
Type | Description |
---|---|
String |
Me
The "me"
Declaration
public const string Me = "me"
Field Value
Type | Description |
---|---|
String |
Presence
The "presence"
Declaration
public const string Presence = "presence"
Field Value
Type | Description |
---|---|
String |
Users
The users
Declaration
public const string Users = "users"
Field Value
Type | Description |
---|---|
String |