Share via


DataViewPropertyDescriptor.SetIsLocalizable(Boolean) Method

Definition

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)

Parameters

value
Boolean

A Boolean value that is converted to Yes or No.

Applies to