Show / Hide Table of Contents

    Class LogProperties.CallData

    Call data.

    Inheritance
    Object
    LogProperties.CallData
    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.Common.Telemetry
    Assembly: Microsoft.Graph.Communications.Client.dll
    Syntax
    public class CallData

    Constructors

    CallData()

    Declaration
    public CallData()

    Properties

    CallId

    Gets or sets the call identifier.

    Declaration
    public string CallId { get; set; }
    Property Value
    Type Description
    String

    TenantId

    Gets or sets the tenant identifier.

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