Skip to main content Link Menu Expand (external link) Document Search Copy Copied

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";
    }
}