GigaSpaces XAP.NET Documentation
Properties Property
Class LibraryGigaSpaces.XAP.ProcessingUnit.ContainersProcessingUnitContainerProperties
Gets the processing unit's properties.
Declaration Syntax
C#Visual BasicVisual C++J#
public IDictionary<string, string> Properties { get; private set; }
Public Property Properties As IDictionary(Of String, String)
	Get
	Private Set
public:
property IDictionary<String^, String^>^ Properties {
	IDictionary<String^, String^>^ get ();
	private: 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: 14.0.0.0 (14.0.0.20000)