GigaSpaces XAP.NET Documentation
CustomContainerType Property
Class LibraryGigaSpaces.XAP.ProcessingUnit.ContainersProcessingUnitContainerConfigCustomContainerType
Type of custom processing unit, if any
Declaration Syntax
C#Visual BasicVisual C++J#
public Type CustomContainerType { get; set; }
Public Property CustomContainerType As Type
	Get
	Set
public:
property Type^ CustomContainerType {
	Type^ get ();
	void set (Type^ value);
}
/** @property */
public Type get_CustomContainerType()
/** @property */
public  void set_CustomContainerType(Type value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)