GigaSpaces XAP.NET Documentation
DocumentWrapperType Property
Class LibraryGigaSpaces.Core.MetadataSpaceTypeDescriptorBuilderDocumentWrapperType
Sets the document wrapper class for this type. A document wrapper class is a .NET class which extends SpaceDocument and can be used as a surrogate for a specific type.
Declaration Syntax
C#Visual BasicVisual C++J#
public Type DocumentWrapperType { set; }
Public WriteOnly Property DocumentWrapperType As Type
public:
property Type^ DocumentWrapperType {
	void set (Type^ value);
}
/** @property */
public  void set_DocumentWrapperType(Type value)

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