Show / Hide Table of Contents

Class AudioConferencing

The type AudioConferencing.

Inheritance
System.Object
AudioConferencing
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
[JsonConverter(typeof(DerivedTypeConverter))]
public class AudioConferencing

Properties

View Source

AdditionalData

Gets or sets additional data.

Declaration
[JsonExtensionData(ReadData = true)]
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
View Source

DialinUrl

Gets or sets dialinUrl.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "dialinUrl", Required = Required.Default)]
public string DialinUrl { get; set; }
Property Value
Type Description
System.String
View Source

LeaderPasscode

Gets or sets leaderPasscode.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "leaderPasscode", Required = Required.Default)]
public string LeaderPasscode { get; set; }
Property Value
Type Description
System.String
View Source

ParticipantPasscode

Gets or sets participantPasscode.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "participantPasscode", Required = Required.Default)]
public string ParticipantPasscode { get; set; }
Property Value
Type Description
System.String
View Source

TollFreeNumber

Gets or sets tollFreeNumber.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "tollFreeNumber", Required = Required.Default)]
public string TollFreeNumber { get; set; }
Property Value
Type Description
System.String
View Source

TollNumber

Gets or sets tollNumber.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "tollNumber", Required = Required.Default)]
public string TollNumber { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX