Partager via


ClientFeatureData Constructor (String, String)

 

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

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

Syntax

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

Parameters

  • computerName
    Type: System.String

    The name of the client computer.

See Also

ClientFeatureData Overload
ClientFeatureData Class
Microsoft.WindowsServerSolutions.Reporting Namespace

Return to top