MetadataCacheResult<T>.Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data that is read if IsValid is true.
public T? Data { get; init; }
member this.Data : 'T with get, set
Public Property Data As T
Property Value
T