HttpRuntime.IsOnUNCShare Property

Definition

Gets a value that indicates whether the application is mapped to a universal naming convention (UNC) share.

public:
 static property bool IsOnUNCShare { bool get(); };
public static bool IsOnUNCShare { get; }
static member IsOnUNCShare : bool
Public Shared ReadOnly Property IsOnUNCShare As Boolean

Property Value

true if the application is mapped to a UNC share; otherwise, false.

Applies to