GigaSpaces XAP.NET Documentation
Path Property
Class LibraryGigaSpaces.Core.ConfigurationPathConfigurationElementPath
Gets or sets the path.
Declaration Syntax
C#Visual BasicVisual C++J#
public string Path { get; set; }
Public Property Path As String
public:
property String^ Path {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_Path()
/** @property */
public  void set_Path(String value)

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