Amazon.EC2.TelemetryStatus.FindValue C# (CSharp) Метод

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

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