GigaSpaces XAP.NET Documentation
Value Property
Class LibraryGigaSpaces.Core.ConfigurationSystemPropertyConfigurationElementValue
Gets the property's name
Declaration Syntax
C#Visual BasicVisual C++J#
public string Value { get; set; }
Public Property Value As String
public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_Value()
/** @property */
public  void set_Value(String value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)