VirtualDirectoryMapping.VirtualDirectory Property

Definition

Gets a value that specifies the virtual directory relative to the root of the Web server.

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

Property Value

A value that indicates the relative Web-application directory.

Applies to