VirtualPathExtension.SiteName Property

Definition

Gets the site name of the IIS or WAS application that hosts the WCF service.

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

Property Value

The site name of the IIS or WAS application that hosts the service.

Applies to