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
propertyName
Type: System.StringThe name of the property.
propertyValue
Type: System.ObjectThe value for the property.
See Also
StatusMessageGenerator Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top