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)
Syntax
void Configuration(
string source,
string name,
string value
)
void Configuration(
String^ source,
String^ name,
String^ value
)
abstract Configuration :
source:string *
name:string *
value:string -> unit
Sub Configuration (
source As String,
name As String,
value As String
)
Parameters
source
Type: System.StringThe configuration source.
name
Type: System.StringThe name of the setting.
value
Type: System.StringThe value of the setting in the source.
See Also
ICloudTracingInterceptor Interface
Microsoft.WindowsAzure Namespace
Return to top