Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / AS400NationalCharSetOption Enumeration


In This Topic
    AS400NationalCharSetOption Enumeration
    In This Topic
    Specifies which character set Reflection uses for character translations during AS/400 data transfers.
    Syntax
    'Declaration
     
    
    Public Enum AS400NationalCharSetOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AS400NationalCharSetOption
    public enum AS400NationalCharSetOption : System.Enum 
    Members
    MemberDescription
    BelgianReflection uses the Belgian character set.
    CanadianFrenchReflection uses the Canadian French character set.
    DanishReflection uses the Danish character set.
    EastEuropeReflection uses the Eastern Europe character set.
    FinnishReflection uses the Finnish character set.
    FrenchReflection uses the French character set.
    GermanReflection uses the German character set.
    GreekReflection uses the Greek character set.
    IcelandicReflection uses the Icelandic character set.
    ItalianReflection uses the Italian character set.
    JapaneseExtUReflection uses the japanese character set.
    MultilingualReflection uses the Multilingual character set.
    NorwegianReflection uses the Norwegian character set.
    PortugueseReflection uses the Portuguese character set.
    SpanishReflection uses the Spanish character set.
    SwedishReflection uses the Swedish character set.
    SwissReflection uses the Swiss character set.
    UKEnglishReflection uses the UK English character set.
    USEnglishReflection uses the US English character set.
    Remarks
    This property is only relevant for 5250 sessions.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.AS400NationalCharSetOption

    See Also