ResourceInstanceAsset Property |
The asset, which is represented by this resource instance. null, when the resource instance is not an asset. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Asset Asset { get; set; }
Public Property Asset As Asset
Get
Set
public:
property Asset^ Asset {
Asset^ get ();
void set (Asset^ value);
}
member Asset : Asset with get, set
Property Value
Type:
Asset
See Also