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

FindValue() public static méthode

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