GigaSpaces XAP.NET Documentation
CustomProperties Property
Class LibraryGigaSpaces.CoreJiniTransactionManagerLookupInfoCustomProperties
Gets or sets custom properties for the lookup.
Declaration Syntax
C#Visual BasicVisual C++J#
public Dictionary<string, string> CustomProperties { get; set; }
Public Property CustomProperties As Dictionary(Of String, String)
public:
property Dictionary<String^, String^>^ CustomProperties {
	Dictionary<String^, String^>^ get ();
	void set (Dictionary<String^, String^>^ value);
}
/** @property */
public Dictionary<String, String> get_CustomProperties()
/** @property */
public  void set_CustomProperties(Dictionary<String, String> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)