ComContractElement::Name Property

 

Gets or sets the contract name.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("name", DefaultValue = "", Options = ConfigurationPropertyOptions::None)]
[StringValidatorAttribute(MinLength = 0)]
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The contract name.

.NET Framework
Available since 3.0
Return to top
Show: