Amazon.EC2.ActivityStatus.FindValue C# (CSharp) Méthode

FindValue() public static méthode

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