<PackageReference Include="Relativity.Server.Agent.SDK" Version="5000.0.2" />

Name

public sealed class Name : Attribute
Serializable and not inheritable class which provides custom attribute Name for agent instances. It inherits from System.Attribute.
public string Name { get; }

Read-only property returning name of agent instance.

public Name(string value)

Initializes a new instance of the Name class