Share via


SpecialSourcesConfiguration.Unprocessed Property

Gets the special log source used for unprocessed entries.

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

Syntax

public SpecialLogSourceData Unprocessed { get; internal set; }
'Declaration
Public Property Unprocessed As SpecialLogSourceData
    Get
    Friend Set
public:
property SpecialLogSourceData^ Unprocessed {
    SpecialLogSourceData^ get ();
    internal: void set (SpecialLogSourceData^ value);
}

Property Value

Type: SpecialLogSourceData

See Also

SpecialSourcesConfiguration Class

SpecialSourcesConfiguration Members

Microsoft.Practices.EnterpriseLibrary.Logging Namespace