Skip to content
Docs Try Aspire
Docs Try

ObsoleteData Properties

Class Properties 2 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; }
Message Section titled Message nullable string?
Gets the obsolete message, if any.
public string? Message { get; init; }