AttributeTypeDescriptionLocalizable Property |
Localizable - A true indicates this attribute can be localized. Only allowed for String DataTypes.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<bool> Localizable { get; set; }
Public Property Localizable As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> Localizable {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Localizable : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also