Gets or sets a value indicating whether this instance can edit.

Namespace: Cudafy.Compilers
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

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

Field Value

true if this instance can edit; otherwise, false.

See Also