Amazon.AWSMarketplaceCommerceAnalytics.DataSetType.FindValue C# (CSharp) Метод

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : DataSetType
value string The unique value for the constant
Результат DataSetType
        public static DataSetType FindValue(string value)
        {
            return FindValue<DataSetType>(value);
        }