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

FindValue() public static méthode

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