Data Management Object Model Reference

Logging.PublishLogs Property

Set to true if you wish private logs exposed on the public agent interface. This enables private logs to be visible to f.ex browsers or other tools accessing the logging backends components

[Visual Basic]
NotOverridable Public Property PublishLogs As Integer _
    Implements ILogging.PublishLogs
[C#]
public int PublishLogs {get; set;}

Implements

ILogging.PublishLogs

See Also

Logging Class | SPSSMR.Data.Transformations Namespace