GigaSpaces XAP.NET Documentation
SetProperty Method (name, value)
Class LibraryGigaSpaces.Core.ConfigurationIGigaSpacesConfigurationElementSetProperty(String, Object)
Sets the specified property value
Declaration Syntax
C#Visual BasicVisual C++J#
void SetProperty(
	string name,
	Object value
)
Sub SetProperty ( _
	name As String, _
	value As Object _
)
void SetProperty(
	String^ name, 
	Object^ value
)
void SetProperty(
	String name,
	Object value
)
Parameters
name (String)

[Missing <param name="name"/> documentation for "M:GigaSpaces.Core.Configuration.IGigaSpacesConfigurationElement.SetProperty(System.String,System.Object)"]

value (Object)

[Missing <param name="value"/> documentation for "M:GigaSpaces.Core.Configuration.IGigaSpacesConfigurationElement.SetProperty(System.String,System.Object)"]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)