GigaSpaces XAP.NET Documentation
Properties Property
Class LibraryGigaSpaces.Core.DocumentSpaceDocumentProperties
Gets all the properties and their values of the dictionary. The result is a readonly dictionary.
Declaration Syntax
C#Visual BasicVisual C++J#
public IDictionary<string, Object> Properties { get; }
Public ReadOnly Property Properties As IDictionary(Of String, Object)
public:
property IDictionary<String^, Object^>^ Properties {
	IDictionary<String^, Object^>^ get ();
}
/** @property */
public IDictionary<String, Object> get_Properties()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)