AtsExportedValueInfo Properties
Class Properties 6 members
Represents an immutable exported ATS value discovered from
[AspireValue]. 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; } Gets the name of the assembly that exported this value.
public string OwningAssemblyName { get; init; } Gets the full path of the exported value in generated guest SDKs.
public IReadOnlyList<string> PathSegments { get; init; }Remarks
The first segment is the generated catalog root name.
Gets the ATS type of the exported value.
public AtsTypeRef Type { get; init; } Gets the snapped JSON value emitted into guest SDKs.
public JsonNode? Value { get; init; }