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

Generic job property getter method

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetProperty(
	

BitsJobPropertyId 
propertyId,
	
out 
Object 
propertyValue
)
Sub 
GetProperty ( _
	
propertyId 
As 

BitsJobPropertyId, _
		<
OutAttribute> 
ByRef 
propertyValue 
As 
Object _
)
void 
GetProperty(
	

BitsJobPropertyId 
propertyId, 
		[
OutAttribute] 
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 returned. If NotificationClsidis used, a Guidis returned.

See Also