Show / Hide Table of Contents

    Class GraphClientContext

    The context for the graph client wrapper.

    Inheritance
    Object
    GraphClientContext
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.Graph.Communications.Client.Transport
    Assembly: Microsoft.Graph.Communications.Client.dll
    Syntax
    public class GraphClientContext

    Constructors

    GraphClientContext()

    Declaration
    public GraphClientContext()

    Properties

    ScenarioId

    Gets or sets the scenario identifier.

    Declaration
    public Guid ScenarioId { get; set; }
    Property Value
    Type Description
    Guid

    TenantId

    Gets or sets the tenant.

    Declaration
    public string TenantId { get; set; }
    Property Value
    Type Description
    String
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.