System.Uri.IsUnc Property

Gets whether the specified Uri is a universal naming convention (UNC) path.

Syntax

public bool IsUnc { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Uri.IsUnc property is true if the specified Uri instance is a UNC path (such as \\server\folder or file://server/folder). This property always returns true if the URI has the file:// scheme and specifies a host component.

Requirements

Namespace: System
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0