Show / Hide Table of Contents

Class CallInfo

Inheritance
System.Object
CallInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class CallInfo

Constructors

CallInfo()

Declaration
public CallInfo()

Properties

CallLegId

Declaration
public string CallLegId { get; set; }
Property Value
Type Description
System.String

CorrelationId

Declaration
public string CorrelationId { get; set; }
Property Value
Type Description
System.String

ReplacesContext

Declaration
public string ReplacesContext { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX