Skip to content
DocsTry Aspire
DocsTry

ObsoleteData Properties

ClassProperties2 members
Name-based adapter for ObsoleteAttribute data, parsed from Reflection.CustomAttributeData.
Gets whether use of the obsolete API is an error.
public bool IsError { get; init; }
MessageSection titled Messagenullablestring?
Gets the obsolete message, if any.
public string? Message { get; init; }