Tracing::Configuration Method (String^, String^, String^)

 

Represents the tracing configuration.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
static void Configuration(
	String^ source,
	String^ name,
	String^ value
)

Parameters

source
Type: System::String^

The source.

name
Type: System::String^

The name.

value
Type: System::String^

The value.

Return to top
Show: