Click or drag to resize

CoverageDataAssetAccessResults Property

Gets or sets a list of the access results corresponding to each of the asset objects in AssetsConsidered.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax
protected IList<AccessQueryResult> AssetAccessResults { get; set; }

Property Value

Type: IListAccessQueryResult
See Also