Amazon.S3.InventoryOptionalField.FindValue C# (CSharp) Метод

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

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