Amazon.AWSMarketplaceCommerceAnalytics.DataSetType.FindValue C# (CSharp) Method

FindValue() public static method

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