VirtualPathExtension.ApplicationVirtualPath Property

Definition

Gets the virtual path of the IIS or WAS application that hosts the WCF service.

public:
 property System::String ^ ApplicationVirtualPath { System::String ^ get(); };
public string ApplicationVirtualPath { get; }
member this.ApplicationVirtualPath : string
Public ReadOnly Property ApplicationVirtualPath As String

Property Value

The virtual path of the IIS or WAS application that hosts the service.

Applies to