FormattedEventLogTraceListenerData.Source Property

Gets or sets the event log source of the FormattedEventLogTraceListenerData.

Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public string Source { get; set; }
'Declaration
Public Property Source As String
    Get
    Set
public:
property String^ Source {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: String

See Also

FormattedEventLogTraceListenerData Class

FormattedEventLogTraceListenerData Members

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration Namespace