ClientFeatureData Class
Represents the health definition data that is reported on a client computer.
Assembly: AlertFramework (in AlertFramework.dll)
| 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. |
| 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. |
| 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.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


