Returns the name of the specified publication.
GetPublicationName( id As Integer ) As String
Member of UltraLiteAFLib.ULDatabaseSchema
id The id is the identifier of the publication whose name is returned. The publication ID can range from 1 to PublicationCount.
Returns the name of a publication in the connected database.
For more information about the ULPublicationSchema object, see ULPublicationSchema class.