RemoteVendorManagementStatusTypeConverter Class

Definition

The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature.

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

Constructors

RemoteVendorManagementStatusTypeConverter()

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