Amazon.ApplicationDiscoveryService.OrderString.FindValue C# (CSharp) Méthode

FindValue() public static méthode

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