Amazon.S3.InventoryFrequency.FindValue C# (CSharp) Method

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : InventoryFrequency
value string The string representation of the InventoryFrequency.
return InventoryFrequency
        public static InventoryFrequency FindValue(string value)
        {
            return FindValue<InventoryFrequency>(value);
        }