GigaSpaces XAP.NET Documentation
WriteProperties Method (dictionary)
Class LibraryGigaSpaces.Core.Internal.PbsPbsOutputStreamWriteProperties(IDictionary<(Of <<'(String, String>)>>))
Write a string,string dictionary to the stream to be read as properties
Declaration Syntax
C#Visual BasicVisual C++J#
public void WriteProperties(
	IDictionary<string, string> dictionary
)
Public Sub WriteProperties ( _
	dictionary As IDictionary(Of String, String) _
)
public:
void WriteProperties(
	IDictionary<String^, String^>^ dictionary
)
public void WriteProperties(
	IDictionary<String, String> dictionary
)
Parameters
dictionary (IDictionary<(Of <(<'String, String>)>)>)
Properties to write

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 16.2.0.0 (16.2.1)