Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULSyncParms class

Stream property Next Page

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 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").

See also