Skip to content
DocsTry Aspire
DocsTry

AtsExportedValueInfo Properties

ClassProperties6 members
Represents an immutable exported ATS value discovered from [AspireValue].
DescriptionSection titled Descriptionnullablestring?
Gets an optional XML documentation summary for the exported value.
public string? Description { get; init; }
Gets XML documentation captured for the exported value.
public AtsDocumentationInfo? Documentation { get; init; }
OwningAssemblyNameSection titled OwningAssemblyNamestring
Gets the name of the assembly that exported this value.
public string OwningAssemblyName { get; init; }
PathSegmentsSection titled PathSegmentsIReadOnlyList<string>
Gets the full path of the exported value in generated guest SDKs.
public IReadOnlyList<string> PathSegments { get; init; }
The first segment is the generated catalog root name.
Gets the ATS type of the exported value.
public AtsTypeRef Type { get; init; }
ValueSection titled ValuenullableJsonNode?
Gets the snapped JSON value emitted into guest SDKs.
public JsonNode? Value { get; init; }