StreamParms property

Specifies the parameters to configure the synchronization stream.

Syntax
Visual Basic
Public Property StreamParms As String
C#
public string  StreamParms { get; set; }
Property value

A string, in the form of a semicolon-separated list of keyword-value pairs, specifying the parameters for the stream. The default is a null reference (Nothing in Visual Basic).

Remarks

For information about configuring specific stream types, see Network protocol options for UltraLite synchronization streams.

StreamParms is a string containing all the parameters used for synchronization streams. Parameters are specified as a semicolon-separated list of name=value pairs ("param1=value1;param2=value2").

See also