Partager via


StatusMessageGenerator.SetPropertyValue Method (String, Object)

 

Sets the value for a property.

Namespace:   Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public void SetPropertyValue(
    string propertyName,
    object propertyValue
)
public:
void SetPropertyValue(
    String^ propertyName,
    Object^ propertyValue
)
Public Sub SetPropertyValue (
    propertyName As String,
    propertyValue As Object
)

Parameters

See Also

StatusMessageGenerator Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

Return to top