Amazon.Route53.HealthCheckType.FindValue C# (CSharp) Method

FindValue() public static method

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