FormFlowAttribute.IsLocalizable Property

Definition

True if attribute is localizable.

public bool IsLocalizable { get; set; }
member this.IsLocalizable : bool with get, set
Public Property IsLocalizable As Boolean

Property Value

Remarks

Attributes that are used on classes, fields and properties should have this set. That way those attributes will be in the localization files that are generated.

Applies to