HttpRuntime.IsOnUNCShare Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Anwendung einer UNC-Freigabe (Universal Naming Convention) zugeordnet ist.

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

Eigenschaftswert

Boolean

true, wenn die Anwendung einer UNC-Freigabe zugeordnet ist, andernfalls false.

Gilt für