GigaSpaces XAP.NET Documentation
DocumentProperties Constructor (dictionary)
Class LibraryGigaSpaces.Core.DocumentDocumentPropertiesDocumentProperties(IDictionary<(Of <(String, Object>)>))
Initializes new document properties whos elements are containing the same elements as in the given dictionary
Declaration Syntax
C#Visual BasicVisual C++J#
public DocumentProperties(
	IDictionary<string, Object> dictionary
)
Public Sub New ( _
	dictionary As IDictionary(Of String, Object) _
)
public:
DocumentProperties(
	IDictionary<String^, Object^>^ dictionary
)
public DocumentProperties(
	IDictionary<String, Object> dictionary
)
Parameters
dictionary (IDictionary<(Of <(String, Object>)>))
Dictionary containing elements that should be contained in this document properties

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