Writable Property

MSBuild

Determines whether files will be writable once retrieved from the repository. The default is false.


Namespace: MSBuild.Community.Tasks.SourceSafe
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property Writable As Boolean
C#
public bool Writable { get; set; }
C++
public property bool Writable sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_Writable();

/** property */
public void set_Writable(bool value);
JScript
public function get Writable() : bool

public function set Writable(value : bool);

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.