Class AdminAlertingAlertSensitivity
Alert sensitivity
Inheritance
System.Object
AdminAlertingAlertSensitivity
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 SourceAdminAlertingAlertSensitivity()
Initializes a new instance of the AdminAlertingAlertSensitivity class.
Declaration
public AdminAlertingAlertSensitivity()
Properties
| Improve this Doc View SourceAsHigh
Gets this instance as a High, or null
.
Declaration
public AdminAlertingAlertSensitivity.High AsHigh { get; }
Property Value
Type | Description |
---|---|
AdminAlertingAlertSensitivity.High |
AsHighest
Gets this instance as a Highest, or null
.
Declaration
public AdminAlertingAlertSensitivity.Highest AsHighest { get; }
Property Value
Type | Description |
---|---|
AdminAlertingAlertSensitivity.Highest |
AsInvalid
Gets this instance as a Invalid, or null
.
Declaration
public AdminAlertingAlertSensitivity.Invalid AsInvalid { get; }
Property Value
Type | Description |
---|---|
AdminAlertingAlertSensitivity.Invalid |
AsLow
Gets this instance as a Low, or null
.
Declaration
public AdminAlertingAlertSensitivity.Low AsLow { get; }
Property Value
Type | Description |
---|---|
AdminAlertingAlertSensitivity.Low |
AsLowest
Gets this instance as a Lowest, or null
.
Declaration
public AdminAlertingAlertSensitivity.Lowest AsLowest { get; }
Property Value
Type | Description |
---|---|
AdminAlertingAlertSensitivity.Lowest |
AsMedium
Gets this instance as a Medium, or null
.
Declaration
public AdminAlertingAlertSensitivity.Medium AsMedium { get; }
Property Value
Type | Description |
---|---|
AdminAlertingAlertSensitivity.Medium |
AsOther
Gets this instance as a Other, or null
.
Declaration
public AdminAlertingAlertSensitivity.Other AsOther { get; }
Property Value
Type | Description |
---|---|
AdminAlertingAlertSensitivity.Other |
IsHigh
Gets a value indicating whether this instance is High
Declaration
public bool IsHigh { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsHighest
Gets a value indicating whether this instance is Highest
Declaration
public bool IsHighest { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalid
Gets a value indicating whether this instance is Invalid
Declaration
public bool IsInvalid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLow
Gets a value indicating whether this instance is Low
Declaration
public bool IsLow { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLowest
Gets a value indicating whether this instance is Lowest
Declaration
public bool IsLowest { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMedium
Gets a value indicating whether this instance is Medium
Declaration
public bool IsMedium { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |