Search Results for

    Show / Hide Table of Contents

    Class Country

    Inheritance
    object
    ReferenceObject
    Country
    Inherited Members
    ReferenceObject.RefId
    ReferenceObject.RefRequestId
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class Country : ReferenceObject, IReferenceObject

    Properties

    Alpha2

    Declaration
    public string Alpha2 { get; set; }
    Property Value
    string

    Alpha3

    Declaration
    public string Alpha3 { get; set; }
    Property Value
    string

    CountryCode

    Declaration
    public string CountryCode { get; set; }
    Property Value
    string

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    string

    Names

    Declaration
    public TranslatedStringDictionary Names { get; set; }
    Property Value
    TranslatedStringDictionary

    RegionCode

    Declaration
    public string RegionCode { get; set; }
    Property Value
    string

    Back to top Generated by DocFX