ManagedProperty<T>.CanBeChanged Property

Definition

Gets or sets whether the managed property value can be changed.

public:
 property bool CanBeChanged { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool CanBeChanged { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CanBeChanged : bool with get, set
Public Property CanBeChanged As Boolean

Property Value

true if the managed property value can be changed; otherwise, false.

Attributes

Applies to