Share via


MicrosoftSecurityProductNameTypeConverter Class

Definition

The alerts' productName on which the cases will be generated

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

Constructors

MicrosoftSecurityProductNameTypeConverter()

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