Click or drag to resize
ServiceContractAttributeConfigurationName Property
The name used to locate the service element in an application configuration file. The default is the name of the service implementation class.

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public string ConfigurationName { get; set; }

Property Value

Type: String
See Also