DefaultPortElement::Scheme Property

.NET Framework (current version)
 

Gets or sets the group of protocol settings associated with a communications port.

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

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

Property Value

Type: System::String^

The communications protocol settings.

.NET Framework
Available since 3.0
Return to top
Show: