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 SourceAdditionalData
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> |
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 |
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 |
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 |
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 |
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 |