Amazon.S3.InventoryFrequency.FindValue C# (CSharp) Méthode

FindValue() public static méthode

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