Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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