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

FindValue() public static method

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