Constructor that specifies a custom converter.
            
            Converter must be the type of a class that implements IPropertyConverter.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public DynamoDBPropertyAttribute( Type converter )
 Parameters
 Parameters- converter (Type)
- Custom converter type.