Amazon.ECR.LayerAvailability.FindValue C# (CSharp) Méthode

FindValue() public static méthode

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