This documentation is archived and is not being maintained.

GlobalSecurity::Writable Property

Gets or sets a flag that describes whether the item is writable.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property bool Writable {
	bool get ();
}

Property Value

Type: System::Boolean
True if the item is writable; otherwise, false.

Show: