ContractDescription.ConfigurationName Property

Definition

Gets or sets the configuration name for the contract description.

public:
 property System::String ^ ConfigurationName { System::String ^ get(); void set(System::String ^ value); };
public string ConfigurationName { get; set; }
member this.ConfigurationName : string with get, set
Public Property ConfigurationName As String

Property Value

The configuration name for the contract.

Examples

ContractDescription cd1 = new ContractDescription("ICalculator", "http://www.tempuri.org");
Dim cd1 As New ContractDescription("ICalculator", "http://www.tempuri.org")

Applies to