Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Get or sets whether the file is a local file.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property IsLocal As Boolean
Get
Private Set
'Usage
Dim instance As FileEventArgs
Dim value As Boolean
value = instance.IsLocal
public bool IsLocal { get; private set; }
public:
property bool IsLocal {
bool get ();
private: void set (bool value);
}
member IsLocal : bool with get, private set
function get IsLocal () : boolean
private function set IsLocal (value : boolean)
Property Value
Type: System.Boolean
true if the file is a local file; otherwise, false.