ServiceActivationElement::RelativeAddress Property

.NET Framework (current version)
 

Gets or sets the relative address of a service activation file.

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

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

Property Value

Type: System::String^

The relative address of a service activation file.

.NET Framework
Available since 4.0
Return to top
Show: