EdmStringTypeReference.IsUnicode Property

Gets a value indicating whether this string type supports unicode encoding.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property IsUnicode As Nullable(Of Boolean)
    Get
'Usage
Dim instance As EdmStringTypeReference 
Dim value As Nullable(Of Boolean)

value = instance.IsUnicode
public Nullable<bool> IsUnicode { get; }
public:
virtual property Nullable<bool> IsUnicode {
    Nullable<bool> get () sealed;
}
abstract IsUnicode : Nullable<bool>
override IsUnicode : Nullable<bool>
final function get IsUnicode () : Nullable<boolean>

Property Value

Type: System.Nullable<Boolean>
True if this string type supports Unicode encoding; otherwise, false.

Implements

IEdmStringTypeReference.IsUnicode

See Also

Reference

EdmStringTypeReference Class

Microsoft.Data.Edm.Library Namespace