Sets a context deploy time property overriding any existing property with the same key within
a processing unit configuration.

C# | Visual Basic | Visual C++ | J# |
public virtual ProcessingUnitDeployment SetContextProperty( string key, string value )
Public Overridable Function SetContextProperty ( _ key As String, _ value As String _ ) As ProcessingUnitDeployment
public: virtual ProcessingUnitDeployment^ SetContextProperty( String^ key, String^ value )
public ProcessingUnitDeployment SetContextProperty( String key, String value )

The ProcessingUnitDeployment set with the specified property.