Amazon.ApplicationAutoScaling.AdjustmentType.FindValue C# (CSharp) Méthode

FindValue() public static méthode

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