Class ToneInfo
The type ToneInfo.
Inheritance
System.Object
ToneInfo
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 ToneInfo
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> |
SequenceId
Gets or sets sequenceId.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "sequenceId", Required = Required.Default)]
public long? SequenceId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Tone
Gets or sets tone.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "tone", Required = Required.Default)]
public Tone? Tone { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Tone> |