BaseAddressPrefixFilterElement::Prefix Property

 

Gets or sets a prefix that is used to match a part of a base address.

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

public:
[ConfigurationPropertyAttribute("prefix", Options = ConfigurationPropertyOptions::None | ConfigurationPropertyOptions::IsRequired | ConfigurationPropertyOptions::IsKey)]
property Uri^ Prefix {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

A URI that is used to match a part of a base address.

.NET Framework
Available since 3.0
Return to top
Show: