DiagnosticSection::EtwProviderId Property

.NET Framework (current version)
 

Gets the identifier for the Event-Tracing provider, which writes events to ETW sessions.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("etwProviderId", DefaultValue = "{c651f5f6-1c0d-492e-8ae1-b4efd7c9d503}")]
[StringValidatorAttribute(MinLength = 32)]
property String^ EtwProviderId {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Returns String.

.NET Framework
Available since 4.0
Return to top
Show: