Amazon.EC2.FleetType.FindValue C# (CSharp) Method

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : FleetType
value string The unique value for the constant
return FleetType
        public static FleetType FindValue(string value)
        {
            return FindValue<FleetType>(value);
        }