Amazon.ElasticBeanstalk.ActionStatus.FindValue C# (CSharp) Méthode

FindValue() public static méthode

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