Amazon.CodeDeploy.TriggerEventType.FindValue C# (CSharp) Метод

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

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