Gets or sets a value indicating whether this instance can edit.
Namespace: Cudafy.CompilersAssembly: 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); } |