ClientFeatureData Class

 

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

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

System::Object
  Microsoft.WindowsServerSolutions.Reporting::ClientFeatureData

public ref class ClientFeatureData 

NameDescription
System_CAPS_pubmethodClientFeatureData()

Initializes a new instance of the ClientFeatureData class.

System_CAPS_pubmethodClientFeatureData(String^, String^)

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

System_CAPS_pubmethodClientFeatureData(String^, String^, XElement^)

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

NameDescription
System_CAPS_pubpropertyComputerName

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

System_CAPS_pubpropertyFeatureName

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

System_CAPS_pubpropertyItem[String^]

Gets the data that was collected for a specific property.

NameDescription
System_CAPS_pubmethodAddError(String^)

Adds the specified error message to the reporting system.

System_CAPS_pubmethodAddProperty(String^, String^)

Adds a new value for a specified property name.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValueOrDefault(String^, String^)

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToReportString()

Returns a string representation of the report.

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: