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

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

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

BitsFilePropertyId 
propertyId, 
		[
OutAttribute] 
Object^% 
propertyValue
)

Parameters

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

See Also