DataViewPropertyDescriptor.SetIsLocalizable(Boolean) Method
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.
Adds a LocalizableAttribute corresponding to the specified Boolean value that indicates whether the property should be localized.
public:
void SetIsLocalizable(bool value);
public void SetIsLocalizable (bool value);
member this.SetIsLocalizable : bool -> unit
Public Sub SetIsLocalizable (value As Boolean)