Amazon.SimpleSystemsManagement.DocumentParameterType.FindValue C# (CSharp) Method

FindValue() public static method

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