Skip to content
Docs Try Aspire
Docs Try

AspireValueAttribute Properties

Class Properties 2 members
Marks an immutable static field or property as an ATS-exported value.
CatalogName Section titled CatalogName string
Gets the root name of the generated value catalog.
public string CatalogName { get; }
Name Section titled Name nullable string?
Gets or sets an optional override for the exported value name.
public string? Name { get; set; }