Show / Hide Table of Contents

Class AdminAlertingAlertSensitivity

Alert sensitivity

Inheritance
System.Object
AdminAlertingAlertSensitivity
AdminAlertingAlertSensitivity.High
AdminAlertingAlertSensitivity.Highest
AdminAlertingAlertSensitivity.Invalid
AdminAlertingAlertSensitivity.Low
AdminAlertingAlertSensitivity.Lowest
AdminAlertingAlertSensitivity.Medium
AdminAlertingAlertSensitivity.Other
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: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminAlertingAlertSensitivity

Constructors

| Improve this Doc View Source

AdminAlertingAlertSensitivity()

Initializes a new instance of the AdminAlertingAlertSensitivity class.

Declaration
public AdminAlertingAlertSensitivity()

Properties

| Improve this Doc View Source

AsHigh

Gets this instance as a High, or null.

Declaration
public AdminAlertingAlertSensitivity.High AsHigh { get; }
Property Value
Type Description
AdminAlertingAlertSensitivity.High
| Improve this Doc View Source

AsHighest

Gets this instance as a Highest, or null.

Declaration
public AdminAlertingAlertSensitivity.Highest AsHighest { get; }
Property Value
Type Description
AdminAlertingAlertSensitivity.Highest
| Improve this Doc View Source

AsInvalid

Gets this instance as a Invalid, or null.

Declaration
public AdminAlertingAlertSensitivity.Invalid AsInvalid { get; }
Property Value
Type Description
AdminAlertingAlertSensitivity.Invalid
| Improve this Doc View Source

AsLow

Gets this instance as a Low, or null.

Declaration
public AdminAlertingAlertSensitivity.Low AsLow { get; }
Property Value
Type Description
AdminAlertingAlertSensitivity.Low
| Improve this Doc View Source

AsLowest

Gets this instance as a Lowest, or null.

Declaration
public AdminAlertingAlertSensitivity.Lowest AsLowest { get; }
Property Value
Type Description
AdminAlertingAlertSensitivity.Lowest
| Improve this Doc View Source

AsMedium

Gets this instance as a Medium, or null.

Declaration
public AdminAlertingAlertSensitivity.Medium AsMedium { get; }
Property Value
Type Description
AdminAlertingAlertSensitivity.Medium
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public AdminAlertingAlertSensitivity.Other AsOther { get; }
Property Value
Type Description
AdminAlertingAlertSensitivity.Other
| Improve this Doc View Source

IsHigh

Gets a value indicating whether this instance is High

Declaration
public bool IsHigh { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsHighest

Gets a value indicating whether this instance is Highest

Declaration
public bool IsHighest { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalid

Gets a value indicating whether this instance is Invalid

Declaration
public bool IsInvalid { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsLow

Gets a value indicating whether this instance is Low

Declaration
public bool IsLow { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsLowest

Gets a value indicating whether this instance is Lowest

Declaration
public bool IsLowest { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMedium

Gets a value indicating whether this instance is Medium

Declaration
public bool IsMedium { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AdminAlertingAlertSensitivity()
  • Properties
    • AsHigh
    • AsHighest
    • AsInvalid
    • AsLow
    • AsLowest
    • AsMedium
    • AsOther
    • IsHigh
    • IsHighest
    • IsInvalid
    • IsLow
    • IsLowest
    • IsMedium
    • IsOther
Back to top Generated by DocFX