IReadOnlyProperty.IsUnicode Method

Definition

Gets a value indicating whether or not the property can persist Unicode characters.

public bool? IsUnicode ();
abstract member IsUnicode : unit -> Nullable<bool>
Public Function IsUnicode () As Nullable(Of Boolean)

Returns

The Unicode setting, or null if none is defined.

Applies to