StringAttributeMetadata.IsLocalizable Property

Definition

Gets whether the attribute supports localizable values.

public:
 property Nullable<bool> IsLocalizable { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember(Order=70)]
public bool? IsLocalizable { get; }
[<System.Runtime.Serialization.DataMember(Order=70)>]
member this.IsLocalizable : Nullable<bool>
Public ReadOnly Property IsLocalizable As Nullable(Of Boolean)

Property Value

true if the attribute supports localizable values; otherwise, false.

Attributes

Remarks

The value is false for all but a few system entities that support this capability. More information: 1635a343-2896-4cdb-a6fb-3c5113a32470#BKMK_supportedAttributes.

Applies to