BamlLocalizableResource.Modifiable Property

Definition

Gets or sets a value that indicates whether the localizable resource is modifiable.

public:
 property bool Modifiable { bool get(); void set(bool value); };
public bool Modifiable { get; set; }
member this.Modifiable : bool with get, set
Public Property Modifiable As Boolean

Property Value

true if the resource is modifiable; otherwise, false.

Applies to