Show / Hide Table of Contents

Class DuckingParameters

Inheritance
System.Object
DuckingParameters
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 DuckingParameters

Constructors

DuckingParameters()

Declaration
public DuckingParameters()

Properties

LowerLevel

Declaration
public uint LowerLevel { get; set; }
Property Value
Type Description
System.UInt32

RampActiveInMilliseconds

Declaration
public uint RampActiveInMilliseconds { get; set; }
Property Value
Type Description
System.UInt32

RampInactiveInMilliseconds

Declaration
public uint RampInactiveInMilliseconds { get; set; }
Property Value
Type Description
System.UInt32

UpperLevel

Declaration
public uint UpperLevel { get; set; }
Property Value
Type Description
System.UInt32

Methods

Validate()

Declaration
public void Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX