Show / Hide Table of Contents

Class ConfigureMixerOperation

The type Configure Mixer Operation.

Inheritance
System.Object
Entity
Operation
ConfigureMixerOperation
Inherited Members
Operation.ClientContext
Operation.Status
Operation.ErrorInfo
Entity.Id
Entity.AdditionalData
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)]
public class ConfigureMixerOperation : Operation

Properties

View Source

ParticipantMixerLevels

Gets or sets participant mixer levels.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "participantMixerLevels", Required = Required.Default)]
public IEnumerable<ParticipantMixerLevel> ParticipantMixerLevels { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ParticipantMixerLevel>
  • View Source
Back to top Generated by DocFX