Class LogProperties.CallData
Call data.
Inherited Members
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 |