Skip to content
Docs Try Aspire
Docs Try

AtsExportedValueInfo Properties

Class Properties 6 members
Represents an immutable exported ATS value discovered from [AspireValue].
Description Section titled Description nullable string?
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; }
OwningAssemblyName Section titled OwningAssemblyName string
Gets the name of the assembly that exported this value.
public string OwningAssemblyName { get; init; }
PathSegments Section titled PathSegments IReadOnlyList<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; }
Value Section titled Value nullable JsonNode?
Gets the snapped JSON value emitted into guest SDKs.
public JsonNode? Value { get; init; }