StringAttributeMetadata.IsLocalizable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.