AssetDefinitionAssetObject Property |
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.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Object AssetObject { get; set; }
Public Property AssetObject As Object
Get
Set
public:
property Object^ AssetObject {
Object^ get ();
void set (Object^ value);
}
member AssetObject : Object with get, set
Property Value
Type:
ObjectSee Also