Show / Hide Table of Contents

    Class LogProperties.ChatData

    Chat data.

    Inheritance
    Object
    LogProperties.ChatData
    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 ChatData

    Constructors

    ChatData()

    Declaration
    public ChatData()

    Properties

    ChatId

    Gets or sets the chat identifier.

    Declaration
    public string ChatId { 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.