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

Generic job property setter method

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetProperty(
	

BitsFilePropertyId 
propertyId,
	
Object 
propertyValue
)
Sub 
SetProperty ( _
	
propertyId 
As 

BitsFilePropertyId, _
	
propertyValue 
As 
Object _
)
void 
SetProperty(
	

BitsFilePropertyId 
propertyId, 
	
Object^ 
propertyValue
)

Parameters

propertyId
BitsFilePropertyId
The property ID that's used modifies the expected object type for the output
propertyValue
Object
If HttpReponseHeadersis used, value must be a string

See Also