Share via


ClientFeatureData Class

 

Represents the health definition data that is reported on a client computer.

Namespace:   Microsoft.WindowsServerSolutions.Reporting
Assembly:  AlertFramework (in AlertFramework.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Reporting.ClientFeatureData

Syntax

public class ClientFeatureData
public ref class ClientFeatureData 
Public Class ClientFeatureData

Constructors

Name Description
System_CAPS_pubmethod ClientFeatureData()

Initializes a new instance of the ClientFeatureData class.

System_CAPS_pubmethod ClientFeatureData(String, String)

Initializes a new instance of the ClientFeatureData class with the specified client computer name and feature name.

System_CAPS_pubmethod ClientFeatureData(String, String, XElement)

Initializes a new instance of the ClientFeatureData class with the specified client computer name, feature name, and XML fragment.

Properties

Name Description
System_CAPS_pubproperty ComputerName

Gets and sets the name of the client computer that provided the data.

System_CAPS_pubproperty FeatureName

Gets and sets the name of the feature that is associated with the data.

System_CAPS_pubproperty Item[String]

Gets the data that was collected for a specific property.

Methods

Name Description
System_CAPS_pubmethod AddError(String)

Adds the specified error message to the reporting system.

System_CAPS_pubmethod AddProperty(String, String)

Adds a new value for a specified property name.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetValueOrDefault(String, String)

Gets the value of the specified property or returns a default value.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToReportString()

Returns a string representation of the report.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.WindowsServerSolutions.Reporting Namespace

Return to top