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 | |
---|---|---|
ClientFeatureData() | Initializes a new instance of the ClientFeatureData class. |
|
ClientFeatureData(String, String) | Initializes a new instance of the ClientFeatureData class with the specified client computer name and feature name. |
|
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 | |
---|---|---|
ComputerName | Gets and sets the name of the client computer that provided the data. |
|
FeatureName | Gets and sets the name of the feature that is associated with the data. |
|
Item[String] | Gets the data that was collected for a specific property. |
Methods
Name | Description | |
---|---|---|
AddError(String) | Adds the specified error message to the reporting system. |
|
AddProperty(String, String) | Adds a new value for a specified property name. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
GetValueOrDefault(String, String) | Gets the value of the specified property or returns a default value. |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToReportString() | Returns a string representation of the report. |
|
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