Share via


ClientFeatureData Constructor (String, String, XElement)

 

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

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

Syntax

public ClientFeatureData(
    string computerName,
    string featureName,
    XElement xmlFragment
)
public:
ClientFeatureData(
    String^ computerName,
    String^ featureName,
    XElement^ xmlFragment
)
Public Sub New (
    computerName As String,
    featureName As String,
    xmlFragment As XElement
)

Parameters

See Also

ClientFeatureData Overload
ClientFeatureData Class
Microsoft.WindowsServerSolutions.Reporting Namespace

Return to top