Show / Hide Table of Contents

    Class ContractsConstants.EntityContainerNames

    Singleton/EntitySet constants

    Inheritance
    Object
    ContractsConstants.EntityContainerNames
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.