Share via


ClientFeatureData.FeatureName Property

 

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

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

Syntax

public string FeatureName { get; set; }
public:
property String^ FeatureName {
    String^ get();
    void set(String^ value);
}
Public Property FeatureName As String

Property Value

Type: System.String

An instance of String that contains the feature name.

See Also

ClientFeatureData Class
Microsoft.WindowsServerSolutions.Reporting Namespace

Return to top