Amazon.Lightsail.PortState.FindValue C# (CSharp) Méthode

FindValue() public static méthode

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