This documentation is archived and is not being maintained.

AdvancedToolParameters::CompareIsTargetReadOnly Property

Is the destination file read only

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

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

Property Value

Type: System::Boolean
true if the destination file read only; otherwise, false.

Show: