GigaSpaces XAP.NET Documentation
IncludeProperties Property
Class LibraryGigaSpaces.Core.MetadataSpaceClassAttributeIncludeProperties
Determines which properties are implicitly stored in the space, even without SpaceProperty attribute.
Declaration Syntax
C#Visual BasicVisual C++J#
public IncludeMembers IncludeProperties { get; set; }
Public Property IncludeProperties As IncludeMembers
public:
property IncludeMembers IncludeProperties {
	IncludeMembers get ();
	void set (IncludeMembers value);
}
/** @property */
public IncludeMembers get_IncludeProperties()
/** @property */
public  void set_IncludeProperties(IncludeMembers value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)