Amazon.Pinpoint.AttributeType.FindValue C# (CSharp) Method

FindValue() public static method

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