ApplicationActivationAttribute::SoapVRoot Property

 

Gets or sets a value representing a virtual root on the Web for the COM+ application.

Namespace:   System.EnterpriseServices
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

public:
property String^ SoapVRoot {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The virtual root on the Web for the COM+ application.

When used, all the work required to set up or tear down SOAP for the application occurs. If this property is set for an application that is running on a computer on which the Windows Software Development Kit (SDK) is not installed, an error occurs.

.NET Framework
Available since 1.1
Return to top
Show: