This documentation is archived and is not being maintained.
HttpRuntime.IsOnUNCShare Property
.NET Framework 1.1
Gets a value that indicates whether the application is mapped to a universal naming convention (UNC) share.
[Visual Basic] 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;
Property Value
true if the application is mapped to a UNC share; otherwise, false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- EnvironmentPermission for full access to the resource protected by the permission. Associated enumeration: PermissionState.Unrestricted
See Also
HttpRuntime Class | HttpRuntime Members | System.Web Namespace
Show: