GigaSpaces XAP.NET Documentation
Properties Property
Class LibraryGigaSpaces.XAP.ProcessingUnit.ContainersProcessingUnitContainerConfigProperties
Custom properties for the relevant instance.
Declaration Syntax
C#Visual BasicVisual C++J#
public IDictionary<string, string> Properties { get; set; }
Public Property Properties As IDictionary(Of String, String)
public:
property IDictionary<String^, String^>^ Properties {
	IDictionary<String^, String^>^ get ();
	void set (IDictionary<String^, String^>^ value);
}
/** @property */
public IDictionary<String, String> get_Properties()
/** @property */
public  void set_Properties(IDictionary<String, String> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)