Gets whether the specified Uri is a universal naming convention (UNC) path.
Documentation for this section has not yet been entered.
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.