Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- computerName 
 Type: System.String- The name of the computer. 
- featureName 
 Type: System.String- The name of the feature. 
- xmlFragment 
 Type: System.Xml.Linq.XElement- The XML fragment. 
See Also
ClientFeatureData Overload
ClientFeatureData Class
Microsoft.WindowsServerSolutions.Reporting Namespace
Return to top