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

FindValue() public static method

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