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

FindValue() public static method

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