Publications property

Specifies the publications to be synchronized.

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

A string containing a list of publication names, separated by comma (,); or the special value ULPublicationSchema.SYNC_ALL_PUBS, or the special value ULPublicationSchema.SYNC_ALL_DB. The default is ULPublicationSchema.SYNC_ALL_DB. For more information, see ULPublicationSchema class.

See also