Specifies the MobiLink synchronization stream to use for synchronization.
Visual Basic
Public Property Stream As ULStreamType
C#
public ULStreamType Stream { get; set; }
One of the ULStreamType values specifying the type of synchronization stream to use. The default is ULStreamType.TCPIP.
Most synchronization streams require parameters to identify the MobiLink server address and control other behavior. These parameters are supplied by ULSyncParms.StreamParms.
If the stream type is set to a value that is invalid for the platform, the stream type is set to ULStreamType.TCPIP.