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

FindValue() public static method

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