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.
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
propertyName
Type: System.StringThe name of the property.
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