ContractTypeNameElement::Name Property

.NET Framework (current version)
 

Gets or sets the name of the contract type.

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

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

Property Value

Type: System::String^

An alphanumeric name.

.NET Framework
Available since 4.0
Return to top
Show: