Amazon.SimpleSystemsManagement.InventoryAttributeDataType.FindValue C# (CSharp) Method

FindValue() public static method

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