GigaSpaces XAP.NET Documentation
Paths Property
Class LibraryGigaSpaces.Core.MetadataCompoundSpaceIndexAttributePaths
Specifies the segments of the compound index, each segment can be a property or a path within a property.
Declaration Syntax
C#Visual BasicVisual C++J#
public string[] Paths { get; set; }
Public Property Paths As String()
	Get
	Set
public:
property array<String^>^ Paths {
	array<String^>^ get ();
	void set (array<String^>^ value);
}
/** @property */
public String[] get_Paths()
/** @property */
public  void set_Paths(String[] value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)