[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Sets a property's value

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
SetPropertyValue(
	
string 
propertyName,
	
Object 
propertyValue
)
Public 
Sub 
SetPropertyValue ( _
	
propertyName 
As 
String, _
	
propertyValue 
As 
Object _
)
public:
void 
SetPropertyValue(
	
String^ 
propertyName, 
	
Object^ 
propertyValue
)

Parameters

propertyName
String
propertyValue
Object

See Also