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

FindValue() public static method

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