Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft