GigaSpaces XAP.NET Documentation
Properties Property
Class LibraryGigaSpaces.XAP.ProcessingUnit.ContainersAbstractProcessingUnitContainerProperties
Gets or sets the processing unit's properties.
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: 8.0.8.6380 (8.0.8.6380)