This documentation is archived and is not being maintained.

ItemSecurity::Writable Property

Gets or sets a flag that describes whether this instance is writable.

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

public:
property bool Writable {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True if this instance is writable; otherwise, false.

Show: