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.
Adds a new value for a specified property name.
Namespace: Microsoft.WindowsServerSolutions.Reporting
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public void AddProperty(
string propertyName,
string value
)
public:
void AddProperty(
String^ propertyName,
String^ value
)
Public Sub AddProperty (
propertyName As String,
value As String
)
Parameters
propertyName
Type: System.StringThe property name for which the value is added.
value
Type: System.StringThe value to add.
See Also
ClientFeatureData Class
Microsoft.WindowsServerSolutions.Reporting Namespace
Return to top