Represents the state of audit inhibition for a given key.
Initializes a new instance of the AuditInhibitState" class.
public Void AuditInhibitionState(key, isAuditDisable, disableTime)
Name | Type | Summary |
---|---|---|
key | String | The key. |
isAuditDisable | Boolean | Whether the audit is disabled for the key. |
disableTime | Nullable<DateTime> | Time when the audit was disabled for the key. |
Type | Summary |
---|---|
ArgumentException |
Gets the time when the audit was disabled for the key.
public Nullable<DateTime> DisableTime { get; }
Gets whether the audit is disabled for the key.
public Boolean IsAuditDisabled { get; }
Gets the key.
public String Key { get; }
In this document