Share via


ClientFeatureData.AddProperty Method (String, String)

 

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.String

    The property name for which the value is added.

See Also

ClientFeatureData Class
Microsoft.WindowsServerSolutions.Reporting Namespace

Return to top