ApplicationInfo.VirtualPath Property

Definition

Gets the virtual path corresponding to the application's root.

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

Property Value

The virtual path corresponding to the application's root.

Remarks

The VirtualPath property is the virtual path that was passed to the CreateObject method when the application was created.

Applies to