Amazon.ElastiCache.ChangeType.FindValue C# (CSharp) Method

FindValue() public static method

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