ICloudTracingInterceptor.Configuration Method (String, String, String)

 

Probes the configuration for the value of a setting.

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

Sub Configuration (
	source As String,
	name As String,
	value As String
)

Parameters

source
Type: System.String

The configuration source.

name
Type: System.String

The name of the setting.

value
Type: System.String

The value of the setting in the source.

Return to top
Show: