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: 8.0.8.6380 (8.0.8.6380)