Share via


ClientFeatureData.Item Property (String)

 

Gets the data that was collected for a specific property.

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

Syntax

public string this[
    string propertyName
] { get; }
public:
property String^ default[
    String^ propertyName
] {
    String^ get(String^ propertyName);
}
Public ReadOnly Property Item (
    propertyName As String
) As String

Parameters

Property Value

Type: System.String

An instance of String that contains the property data.

See Also

ClientFeatureData Class
Microsoft.WindowsServerSolutions.Reporting Namespace

Return to top