[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(
	

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

BitsJobPropertyId, _
	
propertyValue 
As 
Object _
)
void 
SetProperty(
	

BitsJobPropertyId 
propertyId, 
	
Object^ 
propertyValue
)

Parameters

propertyId
BitsJobPropertyId
Property ID. The value that is set here controls the output type of propertyValue
propertyValue
Object
If CostFlagsis used, a uint ( BitsTransferPolicy) is expected. If NotificationClsidis used, a Guidis expected.

See Also