The Caption property should return the text that will appear to the end user in the list of available output types.

Syntax

public string Caption
{
    get
    {
        return "Upload to Azure";
    }
}