Share via


HealthCheckResult.Detail Property

Gets or sets detail information related to the health status of a security component.

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

Usage

Syntax

'Declaration
Public Property Detail As String
public string Detail { get; set; }
public:
property String^ Detail {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Detail ()

/** @property */
public void set_Detail (String value)
public function get Detail () : String

public function set Detail (value : String)

Property Value

An instance of String.

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

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