GigaSpaces XAP.NET Documentation
SetContextProperty Method (key, value)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitProcessingUnitDeploymentSetContextProperty(String, String)
Sets a context deploy time property overriding any existing property with the same key within a processing unit configuration.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
key (String)
The property's key.
value (String)
The property's value.
Return Value
The ProcessingUnitDeployment set with the specified property.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)