AssetDefinition Properties | 
The AssetDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessQuery | 
            Gets or sets the query involving the AssetObject that must be satisfied for this asset to provide coverage.
              | |
| AssetObject | 
            Gets or sets the object which represents the asset.  In most cases, this should be a reference to the
            IServiceProvider which is acting as the actual instance of the asset, with the 
            AccessQuery defining how the asset communicates with the coverage target.
              | |
| IsFrozen | 
            Gets a value indicating whether this object is frozen.  A frozen object cannot be modified and an
            ObjectFrozenException will be thrown if an attempt is made to do so.
              (Inherited from DefinitionalObject.) | |
| IsRequiredForCoverage | 
            Gets or sets a value indicating whether this asset must provide coverage in order for any others to provide coverage.
              |