Marketplace
latest
false
Banner background image
Marketplace User Guide
Last updated Apr 16, 2024

Name

Activity Creator



Generated Code

The `LocalizedDisplayName` attribute on your activity class contains a reference to the name you entered. The name may be modified by going to *Properties Resources.resx*.

using ...
namespace MyCompany.MyProduct.Activities
{
    [LocalizedDisplayName(nameof(Resources.Addition_DisplayName))]
    [LocalizedDescription(nameof(Resources.Addition_Description))]
    public class Addition : BaseAsyncCodeActivity
    {
      ...
    }
}using ...
namespace MyCompany.MyProduct.Activities
{
    [LocalizedDisplayName(nameof(Resources.Addition_DisplayName))]
    [LocalizedDescription(nameof(Resources.Addition_Description))]
    public class Addition : BaseAsyncCodeActivity
    {
      ...
    }
}

Effect in UiPath Studio



Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.