Share via


FeatureListFeatureHealthCheck.ResultFalse Property

Gets or sets the FeatureListFeatureHealthCheckResultFalse object that defines the status to be used when the result of the script or method is false.

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

Usage

Syntax

'Declaration
Public Property ResultFalse As FeatureListFeatureHealthCheckResultFalse
public FeatureListFeatureHealthCheckResultFalse ResultFalse { get; set; }
public:
property FeatureListFeatureHealthCheckResultFalse^ ResultFalse {
    FeatureListFeatureHealthCheckResultFalse^ get ();
    void set (FeatureListFeatureHealthCheckResultFalse^ value);
}
/** @property */
public FeatureListFeatureHealthCheckResultFalse get_ResultFalse ()

/** @property */
public void set_ResultFalse (FeatureListFeatureHealthCheckResultFalse value)
public function get ResultFalse () : FeatureListFeatureHealthCheckResultFalse

public function set ResultFalse (value : FeatureListFeatureHealthCheckResultFalse)

Property Value

An instance of FeatureListFeatureHealthCheckResultFalse.

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