Amazon.Route53.HealthCheckType.FindValue C# (CSharp) Méthode

FindValue() public static méthode

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