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.StringThe name of the client computer.
featureName
Type: System.StringThe name of the feature.
See Also
ClientFeatureData Overload
ClientFeatureData Class
Microsoft.WindowsServerSolutions.Reporting Namespace
Return to top