GigaSpaces XAP.NET Documentation
CustomProperties Property
Class LibraryGigaSpaces.XAP.ConfigurationExternalDataSourceConfigurationElementCustomProperties
Gets or sets additional properties.
Declaration Syntax
C#Visual BasicVisual C++J#
public PropertiesConfigurationElement CustomProperties { get; set; }
Public Property CustomProperties As PropertiesConfigurationElement
	Get
	Set
public:
property PropertiesConfigurationElement^ CustomProperties {
	PropertiesConfigurationElement^ get ();
	void set (PropertiesConfigurationElement^ value);
}
/** @property */
public PropertiesConfigurationElement get_CustomProperties()
/** @property */
public  void set_CustomProperties(PropertiesConfigurationElement value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)