Amazon.CloudSearch.IndexFieldType.IndexFieldType C# (CSharp) Method

IndexFieldType() public method

Default Constructor
public IndexFieldType ( string value ) : System
value string
return System
        public IndexFieldType(string value)
            : base(value)
        {
        }