Class WindowsAccessAuditLogLevel
Constants used for properties of type WindowsAccessAuditLogLevel.
public class WindowsAccessAuditLogLevel : ConstantClass
- Inheritance
-
WindowsAccessAuditLogLevel
Constructors
WindowsAccessAuditLogLevel(string)
This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public WindowsAccessAuditLogLevel(string value)
Parameters
value
string
Fields
DISABLED
Constant DISABLED for WindowsAccessAuditLogLevel
public static readonly WindowsAccessAuditLogLevel DISABLED
Field Value
FAILURE_ONLY
Constant FAILURE_ONLY for WindowsAccessAuditLogLevel
public static readonly WindowsAccessAuditLogLevel FAILURE_ONLY
Field Value
SUCCESS_AND_FAILURE
Constant SUCCESS_AND_FAILURE for WindowsAccessAuditLogLevel
public static readonly WindowsAccessAuditLogLevel SUCCESS_AND_FAILURE
Field Value
SUCCESS_ONLY
Constant SUCCESS_ONLY for WindowsAccessAuditLogLevel
public static readonly WindowsAccessAuditLogLevel SUCCESS_ONLY
Field Value
Methods
FindValue(string)
Finds the constant for the unique value.
public static WindowsAccessAuditLogLevel FindValue(string value)
Parameters
value
stringThe unique value for the constant
Returns
- WindowsAccessAuditLogLevel
The constant for the unique value
Operators
implicit operator WindowsAccessAuditLogLevel(string)
Utility method to convert strings to the constant class.
public static implicit operator WindowsAccessAuditLogLevel(string value)
Parameters
value
stringThe string value to convert to the constant class.