Amazon.EC2.BundleTaskState.FindValue C# (CSharp) Méthode

FindValue() public static méthode

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