IMutableProperty.SetIsUnicode(Nullable<Boolean>) Method

Definition

Sets a value indicating whether this property can persist Unicode characters.

public void SetIsUnicode (bool? unicode);
abstract member SetIsUnicode : Nullable<bool> -> unit
Public Sub SetIsUnicode (unicode As Nullable(Of Boolean))

Parameters

unicode
Nullable<Boolean>

true if the property accepts Unicode characters, false if it does not, null to clear the setting.

Applies to