Share via


FeatureListFeatureHealthCheck.Type Property

Gets or sets the type of processing object that is used to obtain detail information about a security component.

Namespace: Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure
Assembly: SHInfra (in shinfra.dll)

Usage

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property Type As ExtensionProcessorType
[XmlAttributeAttribute] 
public ExtensionProcessorType Type { get; set; }
[XmlAttributeAttribute] 
public:
property ExtensionProcessorType Type {
    ExtensionProcessorType get ();
    void set (ExtensionProcessorType value);
}
/** @property */
public ExtensionProcessorType get_Type ()

/** @property */
public void set_Type (ExtensionProcessorType value)
public function get Type () : ExtensionProcessorType

public function set Type (value : ExtensionProcessorType)

Property Value

An instance of ExtensionProcessorType.

Remarks

This property supports the infrastructure and is not intended to be used directly from your code.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

FeatureListFeatureHealthCheck Class
FeatureListFeatureHealthCheck Members
Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace