Udostępnij za pośrednictwem


EventSourceSettings.EventSourceId Property

Applies to: Semantic Logging Application Block 1.0

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.dll) Version: 1.0.0.0 (1.0.1304.0)

Syntax

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

Property Value

Type: Guid

See Also

EventSourceSettings Class

EventSourceSettings Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration Namespace