Specifies the parameters to configure the synchronization stream.
Visual Basic
Public Property StreamParms As String
C#
public string StreamParms {get;set;}
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).
For information on 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").