Gets or sets whether to include this file as a read-only file. When set to
CopyC#
true
, this means the user will not be able to change the file.

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public bool ReadOnly { get; set; }
Visual Basic
Public Property ReadOnly As Boolean
	Get
	Set
Visual C++
public:
property bool ReadOnly {
	bool get ();
	void set (bool value);
}

See Also