GenerateProxyAttribute.GeneratedName Property

Definition

What name to use for the generated proxy.

By default, the generated proxy name will be {Interface Name}_GeneratedProxy.

public string? GeneratedName { get; set; }

Property Value

System.String