AuditLogStatusTypeConverter Class

Definition

Indicates whether audit logs are enabled on the connected registry.

public class AuditLogStatusTypeConverter : System.Management.Automation.PSTypeConverter
type AuditLogStatusTypeConverter = class
    inherit PSTypeConverter
Public Class AuditLogStatusTypeConverter
Inherits PSTypeConverter
Inheritance
AuditLogStatusTypeConverter

Constructors

AuditLogStatusTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to