System.Web Namespace HttpRuntime Class
Gets a value that indicates whether the application is mapped to a universal naming convention ( UNC ) share.
[ VB ]
Public Shared ReadOnly Property IsOnUNCShare As Boolean
[ C# ]
public static bool IsOnUNCShare {get;}
[ C++ ]
public: __property static bool get_IsOnUNCShare ( );
[ JScript ]
public static function get IsOnUNCShare ( ) : Boolean;
true if the application is mapped to a UNC share; otherwise, false.
.NET Framework Security:
HttpRuntime Members